caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Manos Renieris <er@cs.brown.edu>
To: caml-list@pauillac.inria.fr
Subject: Re: [Caml-list] Strange error w/ Mlgraph.make_font
Date: Mon, 14 Jul 2003 12:21:11 -0400	[thread overview]
Message-ID: <20030714162111.GA27700@cs.brown.edu> (raw)
In-Reply-To: <20030714033820.GI4031@swordfish>

On Sun, Jul 13, 2003 at 09:38:21PM -0600, Matt Gushee wrote:
> I have been doing some work with Mlgraph lately, and have noticed a
> problem with the make_font function:
> 
>   Exception: Failure "float_of_string".
> What's strange about this is that it's almost certain that anyone
> who tried to use MLgraph would have discovered this bug a long time
> ago, so I can only think that, once upon a time, it wasn't a bug, but
> something outside of Mlgraph changed to cause the error. For example:
> 
>   Older versions of OCaml had a float_of_string function that 
>   ignored trailing semicolons.
> 
> Anybody know what the real reason might be?

float_of_string used to ignore trailing characters, but not since 3.04.

http://camlcvs.inria.fr/cgi-bin/cvsweb.cgi/ocaml/byterun/floats.c.diff?r1=1.30&r2=1.31

-- Manos

-------------------
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


      parent reply	other threads:[~2003-07-14 16:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-14  3:38 Matt Gushee
2003-07-14 14:32 ` Florian Hars
2003-07-14 14:48   ` Matt Gushee
2003-07-14 15:19     ` Florian Hars
2003-07-14 16:21 ` Manos Renieris [this message]

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=20030714162111.GA27700@cs.brown.edu \
    --to=er@cs.brown.edu \
    --cc=caml-list@pauillac.inria.fr \
    /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;
as well as URLs for NNTP newsgroup(s).