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.1 required=5.0 tests=AWL,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 discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 3F266BC0A for ; Fri, 16 Mar 2007 09:54:29 +0100 (CET) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2G8sSrQ026169 for ; Fri, 16 Mar 2007 09:54:29 +0100 Received: by ug-out-1314.google.com with SMTP id k3so604293ugf for ; Fri, 16 Mar 2007 01:54:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=VJ1KukbVAha1IK10f6vrGTXS6D3sgBzBLqHkMGGd94Zk5m5qrOpc/ahAJmybyvaGYTFNXCWkejsqLoVtIvaXgI0zmGl9Wori7vIVjq63aHIKEU3KYCAoNBLzDtnnpbJ2iu1K4Ju85BLVrx8XuhhRHdebDVeOh33d5fb4LHg2qnE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=LtB6V502YE+WuDwke0j2pqhUBRbUMGMZ/Y6cPiY8qBeiqHSwEpTAbNFm8ycJCkAFJT2S0OlJXktFrX9Syf3wQNCb/uLLLmdQOSRqSaL2DGbPSVGZo14KU4gREIh7EHDywMeKxIT6yPo+YEzw9ZtEtKnLc1r+6xGmFXfB6oEm4/U= Received: by 10.67.22.2 with SMTP id z2mr4234753ugi.1174035268324; Fri, 16 Mar 2007 01:54:28 -0700 (PDT) Received: by 10.66.238.18 with HTTP; Fri, 16 Mar 2007 01:54:28 -0700 (PDT) Message-ID: <2a1a1a0c0703160154s1bb4c13au5c03e6c605bddcc@mail.gmail.com> Date: Fri, 16 Mar 2007 04:54:28 -0400 From: "Mike Lin" Sender: nilekim@gmail.com To: "Caml List" Subject: Re: [Caml-list] beta-test of OCaml 3.10.0 In-Reply-To: <45EEB9CE.9080405@inria.fr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_71697_6609696.1174035268261" References: <45EEB9CE.9080405@inria.fr> X-Google-Sender-Auth: a581991ad29df014 X-Miltered: at discorde with ID 45FA5B44.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; mikelin:01 ocaml:01 camlp:01 camlp:01 wrote:01 wrote:01 compile:01 compile:01 caml-list:01 api:01 api:01 extension:05 extension:05 xavier:06 xavier:06 ------=_Part_71697_6609696.1174035268261 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 3/7/07, Xavier Leroy wrote: > > > - Much work on Camlp4, including a new API. Has this broken a lot of stuff?? e.g. ocamlgsl has a camlp4 extension inside it and will not compile under 3.10 ('Unbound value Quotation.add'). what are we to do with existing extensions? ------=_Part_71697_6609696.1174035268261 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On 3/7/07, Xavier Leroy <Xavier.Leroy@inria.fr> wrote:

- Much work on Camlp4, including a new API.
 
Has this broken a lot of stuff?? e.g. ocamlgsl has a camlp4 extension inside it and will not compile under 3.10 ('Unbound value Quotation.add'). what are we to do with existing extensions?
------=_Part_71697_6609696.1174035268261--