Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Martin Jambon <martin.jambon@ens-lyon.org>
To: "Jérémie Dimino" <jeremie@dimino.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Generic printer patch
Date: Wed, 07 Dec 2011 23:44:47 -0800	[thread overview]
Message-ID: <4EE06AEF.6030103@ens-lyon.org> (raw)
In-Reply-To: <1323327163.3523.14.camel@aurora>

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

  reply	other threads:[~2011-12-08  7:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07 15:28 Jérémie Dimino
2011-12-07 16:46 ` Alex Rubinsteyn
2011-12-07 17:10   ` Jérémie Dimino
2011-12-07 16:56 ` François Bobot
2011-12-07 17:34   ` Jérémie Dimino
2011-12-08 12:00     ` Romain Bardou
2011-12-08 14:21       ` Gerd Stolpmann
2011-12-08 18:20       ` Martin Jambon
2011-12-08 21:39         ` Gabriel Scherer
2011-12-09  7:22           ` Jérémie Dimino
2011-12-09  9:26             ` Gabriel Scherer
2011-12-09  7:15         ` Jérémie Dimino
2011-12-08  2:33 ` Edgar Friendly
2011-12-08  7:28   ` François Bobot
2011-12-08  9:00   ` Alain Frisch
2011-12-08  9:24     ` Gerd Stolpmann
2011-12-08 10:32       ` Alain Frisch
2011-12-08 10:41         ` Jonathan Protzenko
2011-12-08 12:00           ` Philippe Veber
2011-12-08  5:26 ` Martin Jambon
2011-12-08  6:52   ` Jérémie Dimino
2011-12-08  7:44     ` Martin Jambon [this message]
2011-12-08  9:37       ` Jérémie Dimino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE06AEF.6030103@ens-lyon.org \
    --to=martin.jambon@ens-lyon.org \
    --cc=caml-list@inria.fr \
    --cc=jeremie@dimino.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox