guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core BUGS


From: Thien-Thi Nguyen
Subject: guile/guile-core BUGS
Date: Thu, 25 Oct 2001 18:10:04 -0400

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/10/25 18:10:04

Modified files:
        guile-core     : BUGS 

Log message:
        (5): New.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/BUGS.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: guile/guile-core/BUGS
diff -u guile/guile-core/BUGS:1.3 guile/guile-core/BUGS:1.4
--- guile/guile-core/BUGS:1.3   Thu Oct 25 13:11:13 2001
+++ guile/guile-core/BUGS       Thu Oct 25 18:10:04 2001
@@ -82,4 +82,30 @@
 suite?  Until it is fixed, it can be tagged as expected to fail.
 
 
+bug 5 -- uniform vector read-hash "e" clashes w/ exactness specification
+reported-by: address@hidden / 2001-10-07
+fixed: not-yet
+
+Keith Wright sez:
+> Before getting into philosophy, I want to mention that while poking
+> around and rethinking I found the following Bug.
+> 
+>     guile> (version)
+>     "1.5.2"
+>     guile> #E3
+>     3
+>     guile> #e3
+>     ERROR: read:uniform-vector list not found
+>     ABORT: (misc-error)
+>     guile> 3
+> 
+> This violates both R5RS 7.1 ``Case is insignificant'' and 
+> 
+> > From: guile-1.5.2/doc/ref/guile.info-3 Line 568
+> >
+> >     The codes for indicating exactness (which can, incidentally, be
+> >  applied to all numerical values) are:
+> >
+> >   * `#e', `#E' -- the number is exact
+
 [BUGS ends here]



reply via email to

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