Browse thread
beta-test of OCaml 3.10.0
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Gabriel Kerneis <gabriel.kerneis@e...> |
| Subject: | Re: [Caml-list] beta-test of OCaml 3.10.0 |
Le Fri, 16 Mar 2007 04:54:28 -0400, "Mike Lin" <mikelin@mit.edu> a
écrit :
> 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??
Yes, but once you understand the changes, it's much easier to use.
> 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?
Rewrite them. See http://gallium.inria.fr/~pouillar/camlp4-changes.html
for the common pitfalls, it helps a lot in moving from old to new
camlp4.
I guess Nicolas Pouillard will give you more details.
Regards,
--
Gabriel