Browse thread
int_of_string bug
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] int_of_string bug |
On Thu, Mar 29, 2007 at 12:27:05PM -0400, Yaron Minsky wrote: > So, there's a weird int_of_string bug where positive decimal numbers are > sometimes read in as negative numbers without error. Here's the bug: > > http://caml.inria.fr/mantis/view.php?id=0004210 > > This has been marked as "wontfix" in the bug database because apparently > there's some weird spot in the lexer that depends on the wrong behavior of > int_of_string. [...] Oh, that's bad. :( But btw. it's also bad that, when overflowing of int occurs, no exception is thrown. :( Ciao, Oliver Bandel