On 12/07/2011 10:52 PM, Jérémie Dimino wrote:
> Le mercredi 07 décembre 2011 à 21:26 -0800, Martin Jambon a écrit :
>> I would like to fetch the git repository but it won't let me:
>>
>> $ git clone 'http://www.dimino.org/git/ocaml-3.12.1-print.git'
>> Cloning into ocaml-3.12.1-print...
>> fatal: http://www.dimino.org/git/ocaml-3.12.1-print.git/info/refs not
>> found: did you run git update-server-info on the server?
>
> I ran the command. It should work now.
It works. Thanks.
What do you think of moving the project to GitHub so we could follow its
progress and contribute more easily?
For now, I would just like to report that so far it works just as I
imagined, with the following bug:
let f x = show x
results in a segfault when running bytecode and an Assert_failure while
compiling with ocamlopt:
external show : 'a -> string = "%show"
let f l = show l
let () = print_endline (f ())
$ ocamlopt -o toto toto.ml
Fatal error: exception Assert_failure("asmcomp/cmmgen.ml", 1682, 10)
Martin
--
Caml-list mailing list. Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs