Browse thread
Objective Caml 3.09 released
[
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: | Aleksey Nogin <nogin@c...> |
| Subject: | Re: [Caml-list] Objective Caml 3.09 released |
On 27.10.2005 19:44, Eijiro Sumii wrote: > | It is my pleasure to announce the release of Objective Caml version 3.09.0, > | the "Halloween" release. Be very afraid :-) > > Thanks and congratulations! (Thanks also for fixing the line number > problem in exception history reports.) > > | - New warnings for variables locally bound and never used. > > I suppose they do not include local variables bound by pattern > matching - is this correct? AFAIU, there are two warnings - "Y" for variables bound with let and "Z" for variables bound by pattern matching. By default, Y is enabled and Z is not. Use "ocamlc -wA" to enable all the warnings. -- Aleksey Nogin Home Page: http://nogin.org/ E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal) Office: Moore 04, tel: (626) 395-2200