From: Timothy J. H. <tim...@ma...> - 2004-05-27 11:19:43
|
Sorry, I forgot to check in the fix. I modified the code so that it throws a format error if it reads a number with a leading zero and digits 8 or greater.... I've checked in the fix to CVS and the compiler error should disappear! ---Tim--- On May 26, 2004, at 6:18 PM, Geoffrey Knauth wrote: > I got those too today, but I ignored them, because in the past > ignorable errors were part of the build, and they were so labeled. > Today I ended up with a JAR that was usable. Were today's errors > ignorable? > > Geoffrey > -- > Geoffrey S. Knauth | http://knauth.org/gsk > > On May 26, 2004, at 18:05, Ken Anderson wrote: > >> Tim, i m getting these errors when i compile: >> >> Compiling the compiler.... >> ** WARNING: Error during load (lineno 511): jsint.BacktraceException[ >> >> ("0" ) >> >> ==================================== >> java.lang.NumberFormatException: floating point starting with 0 is >> either an octal or 0.ddd >> ] >> >> ("0" ) >> >> ==================================== >> java.lang.NumberFormatException: floating point starting with 0 is >> either an octal or 0.ddd >> ** WARNING: Extra ) ignored -- line number 511 >> ** WARNING: Extra ) ignored -- line number 511 >> ** WARNING: Error during load (lineno 512): jsint.BacktraceException[ >> >> ("0" ) >> >> ==================================== >> java.lang.NumberFormatException: floating point starting with 0 is >> either an octal or 0.ddd >> ] >> >> ("0" ) >> >> ==================================== >> java.lang.NumberFormatException: floating point starting with 0 is >> either an octal or 0.ddd >> ** WARNING: Extra ) ignored -- line number 512 >> ** WARNING: Extra ) ignored -- line number 512 >> ** WARNING: Error during load (lineno 517): jsint.BacktraceException[ >> >> ("0" ) >> >> ==================================== >> java.lang.NumberFormatException: floating point starting with 0 is >> either an octal or 0.ddd >> ] >> >> ("0" ) >> >> ==================================== >> java.lang.NumberFormatException: floating point starting with 0 is >> either an octal or 0.ddd >> ** WARNING: Extra ) ignored -- line number 517 >> ** WARNING: Extra ) ignored -- line number 517 >> ** WARNING: Extra ) ignored -- line number 637 >> >> >> **************** Running jscheme/ScemeTests.scm ****************** >> several warnings should appear below as certain error conditions are >> tested >> this is to be expected and does not signal a problem with the tests >> >> Tests: 0 Failures: 0 >> >> All tests have completed with any errors as shown above >> Try (run-tests #t) to see both failing and successful tests and their >> results >> ********************* jscheme/SchemeTests.scm has completed >> *********************** >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: Oracle 10g >> Get certified on the hottest thing ever to hit the market... Oracle >> 10g. >> Take an Oracle 10g class now, and we'll give you the exam FREE. >> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >> _______________________________________________ >> Jscheme-devel mailing list >> Jsc...@li... >> https://lists.sourceforge.net/lists/listinfo/jscheme-devel >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Jscheme-devel mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-devel |