caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OCaml test release 3.07 beta 2
@ 2003-08-26  8:19 Xavier Leroy
  2003-08-29 18:07 ` Blair Zajac
  2003-09-01  8:04 ` Hendrik Tews
  0 siblings, 2 replies; 4+ messages in thread
From: Xavier Leroy @ 2003-08-26  8:19 UTC (permalink / raw)
  To: caml-list

Many of you provided very useful feedback on the pre-release 3.07 beta 1
of OCaml.  Thanks!  Since this beta-test worked so well, we're now
making available a beta 2 pre-release of what should very soon become
the next stable release of Objective Caml.  It is available for
testing at

        http://caml.inria.fr/ocaml/distrib-3.07beta2.html

The modifications since beta 1 are almost exclusively bug fixes.  The
only programmer-visible change affects the typing of polymorphic
variants in pattern matching (see change log below).  So, we're
especially looking for testers who intensively use polymorphic variants
in their code.

As usual, this is a source-only release, and feedback is much
appreciated: bug reports to caml-bugs@inria.fr, and "everything is OK"
messages to caml@inria.fr.

Barring major problems, the final 3.07 release should be essentially
identical to this beta 2, and released second week of september.

- Xavier Leroy

--------------------------------------------------

Changes since 3.07 beta 1:

Type-checking:
- The typing of polymorphic variants in pattern matching has changed.
  It is intended to be more regular, sticking to the principle of "closing
  only the variants which would be otherwise incomplete". Two potential
  consequences: (1) some types may be left open which were closed before,
  and the resulting type might not match the interface anymore (expected to
  be rare); (2) in some cases an incomplete match may be generated.

Toplevel interactive system:
- Look for .ocamlinit file in home directory in addition to the current dir.

Standard library:
- Module Lexing: added function Lexing.flush_input.

Emacs mode:
- Improved display of inferred type information produced by ocamlc -dtypes.

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml test release 3.07 beta 2
  2003-08-26  8:19 [Caml-list] OCaml test release 3.07 beta 2 Xavier Leroy
@ 2003-08-29 18:07 ` Blair Zajac
  2003-09-01  8:04 ` Hendrik Tews
  1 sibling, 0 replies; 4+ messages in thread
From: Blair Zajac @ 2003-08-29 18:07 UTC (permalink / raw)
  To: Xavier Leroy; +Cc: caml-list

Xavier Leroy wrote:
> 
> Many of you provided very useful feedback on the pre-release 3.07 beta 1
> of OCaml.  Thanks!  Since this beta-test worked so well, we're now
> making available a beta 2 pre-release of what should very soon become
> the next stable release of Objective Caml.  It is available for
> testing at
> 
>         http://caml.inria.fr/ocaml/distrib-3.07beta2.html
> 
> The modifications since beta 1 are almost exclusively bug fixes.  The
> only programmer-visible change affects the typing of polymorphic
> variants in pattern matching (see change log below).  So, we're
> especially looking for testers who intensively use polymorphic variants
> in their code.
> 
> As usual, this is a source-only release, and feedback is much
> appreciated: bug reports to caml-bugs@inria.fr, and "everything is OK"
> messages to caml@inria.fr.

Hi Xavier,

I've got this bug in the bug tracking system

http://caml.inria.fr/bin/caml-bugs/feature%20wish?id=1482

Could at least the memory free portion of that could be fixed?

Also, I consistently get this message for make bootstrap to fail o
Cygwin:

make[2]: Leaving directory `/cygdrive/c/Blair/Cygwin/Ocaml/ocaml-3.07beta2/ocamldoc'
make[1]: Leaving directory `/cygdrive/c/Blair/Cygwin/Ocaml/ocaml-3.07beta2'
make compare
make[1]: Entering directory `/cygdrive/c/Blair/Cygwin/Ocaml/ocaml-3.07beta2'
boot/ocamlc ocamlc differ: char 137, line 2
Fixpoint not reached, try one more bootstrapping cycle.
make[1]: Leaving directory `/cygdrive/c/Blair/Cygwin/Ocaml/ocaml-3.07beta2'

I've been seeing this since 3.06.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml test release 3.07 beta 2
  2003-08-26  8:19 [Caml-list] OCaml test release 3.07 beta 2 Xavier Leroy
  2003-08-29 18:07 ` Blair Zajac
@ 2003-09-01  8:04 ` Hendrik Tews
  2003-09-01 11:13   ` Jim Farrand
  1 sibling, 1 reply; 4+ messages in thread
From: Hendrik Tews @ 2003-09-01  8:04 UTC (permalink / raw)
  To: caml-list

Hi,

Xavier Leroy writes:
   Subject: [Caml-list] OCaml test release 3.07 beta 2
   
I just downloaded the beta 2 test release. However, I was unable
to find the camlp4 manual. Where is it? The doc's at the old
location (http://caml.inria.fr/camlp4/) are outdated.

Bye,

Hendrik

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml test release 3.07 beta 2
  2003-09-01  8:04 ` Hendrik Tews
@ 2003-09-01 11:13   ` Jim Farrand
  0 siblings, 0 replies; 4+ messages in thread
From: Jim Farrand @ 2003-09-01 11:13 UTC (permalink / raw)
  To: caml-list

On Mon, Sep 01, 2003 at 10:04:33AM +0200, Hendrik Tews wrote:
> I just downloaded the beta 2 test release. However, I was unable
> to find the camlp4 manual. Where is it? The doc's at the old
> location (http://caml.inria.fr/camlp4/) are outdated.

I'm not sure if this is a known issue, but it also seems that beta2 does
not report line numbers properly when using camlp4.  All errors are
reported as occuring on Line 1, Character <huge number>.

-- 
Jim Farrand
-- 
NB: I have a spam-filter on my e-mail account.  The first time you e-mail
me you may be asked to confirm your e-mail address before the system delivers
your mail.  http://farrand.net/home-spamfilter.shtml

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-01 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-26  8:19 [Caml-list] OCaml test release 3.07 beta 2 Xavier Leroy
2003-08-29 18:07 ` Blair Zajac
2003-09-01  8:04 ` Hendrik Tews
2003-09-01 11:13   ` Jim Farrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).