1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

(5): New.

This commit is contained in:
Thien-Thi Nguyen 2001-10-25 22:11:28 +00:00
parent 6c84ffe0a0
commit 319ddf81d0

26
BUGS
View file

@ -81,5 +81,31 @@ I will do it - no big deal (I hope). But, I won't have time to do it
before next week. What about adding this code as a test case to the test before next week. What about adding this code as a test case to the test
suite? Until it is fixed, it can be tagged as expected to fail. 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: kwright@gis.net / 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] [BUGS ends here]