From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=AWL,DNS_FROM_RFC_POST, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id D157CBBC4 for ; Mon, 16 Mar 2009 19:56:01 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlYBAPQ9vknYSfEMhWdsb2JhbACCUYooE4g2AQEBCgsKGASwa48Og38G X-IronPort-AV: E=Sophos;i="4.38,374,1233529200"; d="scan'208,217";a="36637188" Received: from info-smtp-004.amnh.org ([216.73.241.12]) by mail4-smtp-sop.national.inria.fr with ESMTP; 16 Mar 2009 19:55:40 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by info-smtp-004.amnh.org (Postfix) with ESMTP id 2F3CF1CD521; Mon, 16 Mar 2009 14:55:38 -0400 (EDT) X-Virus-Scanned: amavisd-new at amnh.org Received: from info-smtp-004.amnh.org ([127.0.0.1]) by localhost (info-smtp-004.amnh.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id riqFt9CIJbIc; Mon, 16 Mar 2009 14:55:37 -0400 (EDT) Received: from samson.internal.amnh.org (unknown [216.73.249.185]) by info-smtp-004.amnh.org (Postfix) with ESMTPSA id 599D91CD517; Mon, 16 Mar 2009 14:55:37 -0400 (EDT) Cc: Jim Miller , caml-list@yquem.inria.fr Message-Id: From: Andres Varon To: yminsky@gmail.com In-Reply-To: <891bd3390903161135xba35405wa62edd7db1706336@mail.gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-22--922984140 Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Caml-list] caml trading Date: Mon, 16 Mar 2009 14:55:37 -0400 References: <891bd3390903131252t7feb059aq94f56b0a4d2efbf3@mail.gmail.com> <87hc1wyl9q.fsf@aryx.cs.uiuc.edu> <891bd3390903141025w3d0580dbgf97ab4f40386903d@mail.gmail.com> <87d4chy29p.fsf@aryx.cs.uiuc.edu> <891bd3390903161135xba35405wa62edd7db1706336@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; yaron:01 minsky:01 ocaml:01 ocaml:01 node:01 makefile:01 beginner's:01 bug:01 yaron:01 minsky:01 node:01 makefile:01 beginner's:01 bug:01 blog:98 --Apple-Mail-22--922984140 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Mar 16, 2009, at 2:35 PM, Yaron Minsky wrote: > > > Our blog is here: > > http://ocaml.janestreet.com > > And I wrote a post about our build system here: > > http://ocaml.janestreet.com/?q=node/36 > > Interestingly, it is the most popular post on the blog. Turns out, > there are more people who care about version control than people who > care about functional programming. (It's not that bad, though. The > second most popular post is on type-indexed values). Just to add the bit of our own experience here: We have a relatively small group of people here (at most 5 working on the same project, some in separate locations). We also moved to mercurial more than a year ago (we started with subversion), and have automated tests before and after each commit using buildbot (http://buildbot.net/trac ). Each developer can submit his local changes for test before pushing to the main repository, to avoid breaking the central repository that we all pull from. The tests run in numerous processors and OS'es (including parallel machines using MPI, Linux, Windows, and Mac OS X). This setup works fantastic for our group (and is not very different from that of Jane Street). The main weakness was the Makefile (no wonder). To solve it, few weeks ago I moved all the build scripts to ocamlbuild, and it is working like a charm now. Our lives are a little bit better (once again), thanks to the french fellows :-). Andres > > y > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs --Apple-Mail-22--922984140 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Mar 16, 2009, = at 2:35 PM, Yaron Minsky wrote:


Our blog is = here:

   http://ocaml.janestreet.com
And I wrote a post about our build system here:

   = http://ocaml.janestreet.= com/?q=3Dnode/36

Interestingly, it is the most popular post = on the blog.  Turns out, there are more people who care about = version control than people who care about functional programming.  = (It's not that bad, though.  The second most popular post is on = type-indexed values).

Just to add = the bit of our own experience here:

We have a = relatively small group of people here (at most 5 working on the same = project, some in separate locations). We also moved to mercurial more = than a year ago (we started with subversion), and have automated tests = before and after each commit using buildbot (http://buildbot.net/trac). Each = developer can submit his local changes for test before pushing to the = main repository, to avoid breaking the central repository that we all = pull from. The tests run in numerous processors and = OS'es (including parallel machines using MPI, Linux, Windows, and = Mac OS X). 

This setup works fantastic for = our group (and is not very different from that of Jane Street). The main = weakness was the Makefile (no wonder). To solve it, few weeks ago I = moved all the build scripts to ocamlbuild, and it is working like a = charm now. Our lives are a little bit better (once again), thanks to the = french fellows :-).

Andres


y
= _______________________________________________
Caml-list mailing = list. Subscription management:
http://y= quem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: = http://caml.inria.fr
Beginner's list: = http://groups.yahoo.com/group/ocaml_beginners
Bug reports: = http://caml.inria.fr/bin/caml-bugs

= --Apple-Mail-22--922984140--