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=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 38F10BC0A; Mon, 4 Jun 2007 11:53:20 +0200 (CEST) Received: from yquem.inria.fr (yquem.inria.fr [128.93.8.37]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l549rJ91010494; Mon, 4 Jun 2007 11:53:19 +0200 Received: by yquem.inria.fr (Postfix, from userid 18041) id 43D47BC0A; Mon, 4 Jun 2007 11:53:19 +0200 (CEST) Date: Mon, 4 Jun 2007 11:53:19 +0200 To: Joel Reymont Cc: Luc Maranget , caml-list@inria.fr Subject: Re: [Caml-list] JoCaml Released. Message-ID: <20070604095319.GB5429@yquem.inria.fr> References: <20070604085744.GA4654@yquem.inria.fr> <16FEBA29-062C-4DA4-A14B-BA1A8859C863@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16FEBA29-062C-4DA4-A14B-BA1A8859C863@gmail.com> User-Agent: Mutt/1.5.9i From: luc.maranget@inria.fr (Luc Maranget) X-Miltered: at concorde with ID 4663E10F.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; jocaml:01 maranget:01 maranget:01 ocaml:01 ocaml:01 jocaml:01 'module':01 2007,:98 -kk:98 -kk:98 cvs:01 cvs:01 luc:01 luc:01 wrote:01 > Luc, > > On Jun 4, 2007, at 9:57 AM, Luc Maranget wrote: > > > * Full compatibility with OCaml. For that reason, we adopt > > OCaml releasing scheme: initial version of JoCaml is 3.10.0. > > How often do you pull patches from the OCaml tree into the JoCaml tree? At every ocaml release. > > How is this done? I wonder why you neeed such information, nevertheless here it is: Basically, JoCaml is the 'jocamltrunk' branch in ocaml CVS, it also has a 'module' name: jocsl. Syncing jocaml with ocaml is a two step process: Checkout jocaml: cvs co -kk -r jocamltrunk jocsl Perform changes from (ocaml) release1 to release2 in jocaml cvs update -kk -j release1 -j release2 (There are a few details left, such as bootstrap) > > Thanks, Joel -- Luc