bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-guile] Re: Numerical (parser?) bug


From: Marius Vollmer
Subject: [Bug-guile] Re: Numerical (parser?) bug
Date: 17 Sep 2000 22:38:11 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

"Ivan Toshkov" <address@hidden> writes:

> $ uname -psmr
> Linux 2.2.14-5.0 i686 unknown
> $ guile
> guile> (version)
> "1.4.1"
> guile> 5e-308
> 5.0e-308
> guile> 5e-309
> ERROR: In expression 5e-309:
> ERROR: Unbound variable: 5e-309
> ABORT: (unbound-variable)
> 
> Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
> guile> 

Yes, I think it's a bug.  The number reading code is trying to be too
clever in my opinion.  I'll look into this more fully...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]