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:53:43 -0400

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Thien-Thi Nguyen <address@hidden>       01/10/25 18:53:42

Modified files:
        guile-core     : BUGS 

Log message:
        (6): New.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/BUGS.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text

Patches:
Index: guile/guile-core/BUGS
diff -u guile/guile-core/BUGS:1.4 guile/guile-core/BUGS:1.5
--- guile/guile-core/BUGS:1.4   Thu Oct 25 18:10:04 2001
+++ guile/guile-core/BUGS       Thu Oct 25 18:52:34 2001
@@ -107,5 +107,31 @@
 > >  applied to all numerical values) are:
 > >
 > >   * `#e', `#E' -- the number is exact
+
+
+bug 6 -- exactness prefix doesn't do nothing gracefully
+reported-by: address@hidden / 2001-10-09
+fixed: not-yet
+
+[this may be related to bug 5. --ttn]
+
+Keith Wright sez:
+> The saga continues...
+> 
+> > >     The codes for indicating exactness (which can, incidentally, be
+> > >  applied to all numerical values) are:
+> > >
+> > >   * `#e', `#E' -- the number is exact
+> 
+>   guile> #E3  ==>  3
+>   guile> #E3.0
+>   ERROR: In procedure scm_lreadr:
+>   ERROR: unknown # object
+> 
+> Better change the reference manual s/, incidentally,/'t/.
+> 
+> (That's a joke son.  The Scheme language requires #e in front
+> of any number to at least do nothing successfully.)
+
 
 [BUGS ends here]



reply via email to

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