Google Groups Home Help | Sign in
3.09.3 release candidate 1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Damien Doligez  
View profile
 More options Aug 30 2006, 7:25 am
Newsgroups: fa.caml
From: Damien Doligez <damien.doli...@inria.fr>
Date: Wed, 30 Aug 2006 11:25:02 UTC
Local: Wed, Aug 30 2006 7:25 am
Subject: [Caml-list] 3.09.3 release candidate 1
Hello,

We have a release candidate for 3.09.3.  It is available from the CVS
repository < http://camlcvs.inria.fr/cvsserver-eng.html > under the
tag "ocaml3093rc1".

We would appreciate the help of any user who wants to test this
version and report any problem encountered (as usual, through the
BTS: < http://caml.inria.fr/mantis/main_page.php >).

It will become a full release in one or two weeks unless some serious
bug is reported in the meantime.

-- the OCaml team.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Olivier Andrieu  
View profile
 More options Aug 30 2006, 8:27 am
Newsgroups: fa.caml
From: Olivier Andrieu <oandr...@nerim.net>
Date: Wed, 30 Aug 2006 12:27:11 UTC
Local: Wed, Aug 30 2006 8:27 am
Subject: Re: [Caml-list] 3.09.3 release candidate 1
 Damien Doligez [Wednesday 30 August 2006] :
 >
 > Hello,
 >
 > We have a release candidate for 3.09.3.  It is available from the CVS
 > repository < http://camlcvs.inria.fr/cvsserver-eng.html > under the
 > tag "ocaml3093rc1".

I get this:
,----
| $ cvs up -r ocaml3093rc1
| cvs [update aborted]: no such tag ocaml3093rc1
`----
--
   Olivier

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
skaller  
View profile
 More options Aug 30 2006, 8:49 am
Newsgroups: fa.caml
From: skaller <skal...@users.sourceforge.net>
Date: Wed, 30 Aug 2006 12:49:46 UTC
Local: Wed, Aug 30 2006 8:49 am
Subject: Re: [Caml-list] 3.09.3 release candidate 1

On Wed, 2006-08-30 at 14:18 +0200, Olivier Andrieu wrote:
>  Damien Doligez [Wednesday 30 August 2006] :

>  > Hello,

>  > We have a release candidate for 3.09.3.  It is available from the CVS
>  > repository < http://camlcvs.inria.fr/cvsserver-eng.html > under the
>  > tag "ocaml3093rc1".

> I get this:
> ,----
> | $ cvs up -r ocaml3093rc1
> | cvs [update aborted]: no such tag ocaml3093rc1
> `----

skaller@rosella:/work/ocaml$ cvs update -r ocaml3093rc1
? asmcomp/arch.cmi
? asmcomp/arch.cmo
.

Seems to work here ..

--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Olivier Andrieu  
View profile
 More options Aug 30 2006, 9:09 am
Newsgroups: fa.caml
From: Olivier Andrieu <oandr...@nerim.net>
Date: Wed, 30 Aug 2006 13:09:22 UTC
Local: Wed, Aug 30 2006 9:09 am
Subject: Re: [Caml-list] 3.09.3 release candidate 1
 skaller [Wednesday 30 August 2006] :
 >
 > On Wed, 2006-08-30 at 14:18 +0200, Olivier Andrieu wrote:
 > >  Damien Doligez [Wednesday 30 August 2006] :
 > >  >
 > >  > Hello,
 > >  >
 > >  > We have a release candidate for 3.09.3.  It is available from the CVS
 > >  > repository < http://camlcvs.inria.fr/cvsserver-eng.html > under the
 > >  > tag "ocaml3093rc1".
 > >
 > > I get this:
 > > ,----
 > > | $ cvs up -r ocaml3093rc1
 > > | cvs [update aborted]: no such tag ocaml3093rc1
 > > `----
 >
 >
 > skaller@rosella:/work/ocaml$ cvs update -r ocaml3093rc1
 > ? asmcomp/arch.cmi
 > ? asmcomp/arch.cmo
 > ..
 >
 > Seems to work here ..

It works for me too now. I guess it was an issue with the public
repository being only periodically synched with the development
repository or something.

Here's the Changelog by the way:

,----[ Changes ]
| Objective Caml 3.09.3:
| ----------------------
|
| Bug fixes:
| - ocamldoc: -using modtype constraint to filter module elements displayed
|     in doc PR#4016
| - ocamldoc: error in merging of top dependencies of modules PR#4007
| - ocamldoc: -dot-colors has no effect PR#3981
| - ocamdloc: missing crossref in text from intro files PR#4066
| - compilers: segfault with recursive modules PR#4008
| - compilers: infinite loop when compiling objects PR#4018
| - compilers: bad error message when signature mismatch PR#4001
| - compilers: infinite loop with -rectypes PR#3999
| - compilers: contravariance bug in private rows
| - compilers: unsafe cast with polymorphic exception PR#4002
| - native compiler: bad assembly code generated for AMD64 PR#4067
| - native compiler: stack alignment problems on MacOSX/i386 PR#4036
| - stdlib: crash in marshalling PR#4030
| - stdlib: crash when closing a channel twice PR#4039
| - stdlib: memory leak in Sys.readdir PR#4093
| - C interface: better definition of CAMLreturn PR#4068
| - otherlibs/unix: crash in gethostbyname PR#3043
| - tools: subtle problem with unset in makefile PR#4048
|
| New features:
| - ocamldoc: name resolution in cross-referencing {!name}: if name is not
|     found, then it is searched in the parent module/class, and in the parent
|     of the parent, and so on until it is found.
| - ocamldoc: new option -short-functors to use a short form to display
|     functors in html generator PR#4017
| - ocamlprof: added "-version" option
`----

--
   Olivier

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Marie Gaillourdet  
View profile
 More options Sep 2 2006, 5:54 am
Newsgroups: fa.caml
From: Jean-Marie Gaillourdet <j...@gaillourdet.net>
Date: Sat, 02 Sep 2006 09:54:48 UTC
Local: Sat, Sep 2 2006 5:54 am
Subject: Re: [Caml-list] 3.09.3 release candidate 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

On 30.08.2006, at 13:21, Damien Doligez wrote:

> Hello,

> We have a release candidate for 3.09.3.  It is available from the CVS
> repository < http://camlcvs.inria.fr/cvsserver-eng.html > under the
> tag "ocaml3093rc1".

> We would appreciate the help of any user who wants to test this
> version and report any problem encountered (as usual, through the
> BTS: < http://caml.inria.fr/mantis/main_page.php >).

> It will become a full release in one or two weeks unless some serious
> bug is reported in the meantime.

I do use OCaml on MacOS X on x86 architecture. There were simple  
posted on this mailing list that enable shared library and gprof  
support. Why aren't they in that release candidate? They worked fine  
for me in the past.

Best regards,
   Jean-Marie

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFE+VSNNIUNP/I5YOgRAkETAJ9ly+e2JAJy9cgmWwjFaD73hpermQCgyMUa
hFzl7qJNQOMwQnr5RZR+BlM=
=Wrkl
-----END PGP SIGNATURE-----

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damien Doligez  
View profile
 More options Sep 4 2006, 7:46 am
Newsgroups: fa.caml
From: Damien Doligez <damien.doli...@inria.fr>
Date: Mon, 04 Sep 2006 11:46:43 UTC
Local: Mon, Sep 4 2006 7:46 am
Subject: Re: [Caml-list] 3.09.3 release candidate 1

On 2006-09-02, at 11:53, Jean-Marie Gaillourdet wrote:

> I do use OCaml on MacOS X on x86 architecture. There were simple  
> posted on this mailing list that enable shared library and gprof  
> support. Why aren't they in that release candidate? They worked  
> fine for me in the past.

This is a bug-fix release.  Almost all new features go into 3.10.0,  
which
will be released "soon".

-- Damien

  PGP.sig
1K Download

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "3.09.3 release candidate 2" by Aleksey Nogin
Aleksey Nogin  
View profile
 More options Sep 12 2006, 10:50 pm
Newsgroups: fa.caml
From: Aleksey Nogin <no...@cs.caltech.edu>
Date: Wed, 13 Sep 2006 02:50:24 UTC
Local: Tues, Sep 12 2006 10:50 pm
Subject: Re: [Caml-list] 3.09.3 release candidate 2
On 08.09.2006 07:47, Damien Doligez wrote:

> We have decided to make a second release candidate for 3.09.3.
> The only changes between rc1 and rc2 are camlp4-related:

> - camlp4: install pa_o_fast.o PR#3812
> - camlp4: install more modules PR#3689

> We would appreciate if camlp4 users (and particularly Hendrik) could
> test this version and report any problems found with it.

I was able to compile the MetaPRL theorem prover and run the regression
test without any issues. I was using natively compiled MetaPRL that
links against the natively compiled camlp4.

Aleksey

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hendrik Tews  
View profile
 More options Sep 13 2006, 9:31 am
Newsgroups: fa.caml
From: Hendrik Tews <t...@cs.ru.nl>
Date: Wed, 13 Sep 2006 13:31:46 UTC
Local: Wed, Sep 13 2006 9:31 am
Subject: Re: [Caml-list] 3.09.3 release candidate 2

Damien Doligez <damien.doli...@inria.fr> writes:

   - camlp4: install more modules PR#3689

No. Please check again carefully. At least plexer and grammar are
not properly installed:

tandem tews 25> ls -1 install/lib/ocaml/camlp4/{plexer,grammar}.*
install/lib/ocaml/camlp4/grammar.cmi
install/lib/ocaml/camlp4/grammar.cmx
install/lib/ocaml/camlp4/grammar.mli
install/lib/ocaml/camlp4/grammar.o
install/lib/ocaml/camlp4/plexer.cmi
install/lib/ocaml/camlp4/plexer.cmx
install/lib/ocaml/camlp4/plexer.mli
install/lib/ocaml/camlp4/plexer.o

(hint: *.cmo is needed to link a module)

Hendrik

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Pouillard  
View profile
 More options Sep 13 2006, 11:07 am
Newsgroups: fa.caml
From: "Nicolas Pouillard" <nicolas.pouill...@inria.fr>
Date: Wed, 13 Sep 2006 15:07:57 UTC
Local: Wed, Sep 13 2006 11:07 am
Subject: Re: [Caml-list] 3.09.3 release candidate 2
On 9/13/06, Hendrik Tews <t...@cs.ru.nl> wrote:

I do not understand why you do need .cmo files when you have a library
(gramlib.cma or camlp4.cma) that includes these modules (note that .a
and .cmxa are also available for native linking).

--
Nicolas Pouillard

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
skaller  
View profile
 More options Sep 13 2006, 11:35 am
Newsgroups: fa.caml
From: skaller <skal...@users.sourceforge.net>
Date: Wed, 13 Sep 2006 15:35:10 UTC
Local: Wed, Sep 13 2006 11:35 am
Subject: Re: [Caml-list] 3.09.3 release candidate 2

because these are *camlp4* modules, camlp4 loads bytecode
(only) dynamically from a single cmo file (only).

--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hendrik Tews  
View profile
 More options Sep 13 2006, 11:56 am
Newsgroups: fa.caml
From: Hendrik Tews <t...@cs.ru.nl>
Date: Wed, 13 Sep 2006 15:56:55 UTC
Local: Wed, Sep 13 2006 11:56 am
Subject: Re: [Caml-list] 3.09.3 release candidate 2

   > I do not understand why you do need .cmo files when you have a library
   > (gramlib.cma or camlp4.cma) that includes these modules (note that .a
   > and .cmxa are also available for native linking).

But with this line of reasoning, plexer.{o,cmx} should not be
installed either, shouln't it?

   because these are *camlp4* modules, camlp4 loads bytecode
   (only) dynamically from a single cmo file (only).

No, for me it was like that:
- first I didn't know, there is library with these modules
  (how to find out what library contains a given module without
  grepping through the build log?)
- linking gramlib does not work, because the module is not
  explicitely referenced (only during runtime the program does a
  dynlink on something else that needs the given module)

I could fix that with adding an artificial reference like

module XXX = Plexer

(I could still imagine some camlp4 application szenario, where
you need to use -linkall, but don't want to link all of
gramlib.cma. Then you would need the cmo itself, right? However,
this was not the case in my application.)

Bye,

Hendrik

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Pouillard  
View profile