From e2ccbf9501ffb0eee897001cee08129b6cc63e87 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 25 Oct 2001 22:53:42 +0000 Subject: [PATCH] (6): New. --- BUGS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/BUGS b/BUGS index 8f7f3c344..b9e533c99 100644 --- a/BUGS +++ b/BUGS @@ -107,5 +107,31 @@ Keith Wright sez: > > applied to all numerical values) are: > > > > * `#e', `#E' -- the number is exact + + +bug 6 -- exactness prefix doesn't do nothing gracefully +reported-by: kwright@gis.net / 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]