Re: Problem with Int64.fromString on amd64
John Reppy <[email protected]> Sun, 13 Jul 2008 20:18:49 -0500
| Newsgroups | gmane.comp.lang.sml.smlnj |
|---|---|
| Message-ID | <[email protected]> |
This bug seems to be system independent. Clearly it is using base-16 conversions: Standard ML of New Jersey v110.67 [built: Thu Nov 15 10:18:08 2007] - Int64.fromString "10"; [autoloading] [library $SMLNJ-BASIS/basis.cm is stable] [autoloading done] val it = SOME 16 : Int64.int option - Int64.fromString "a"; val it = SOME 10 : Int64.int option We should be able to get a fix for 110.68. - John On Jul 13, 2008, at 7:05 PM, Adam Chlipala wrote: > On amd64 Debian Linux, building the x86 SML/NJ manually with no > special > settings, I get the following interaction with the REPL: > > - Int64.fromString "10"; > val it = SOME 16 : Int64.int option > > Do I need to set some configuration option to get this to work > properly? > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Smlnj-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/smlnj-list > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08