mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
bugs 5 and 6 seem to be fixed.
This commit is contained in:
parent
d68676ec45
commit
50565eb6a2
1 changed files with 9 additions and 2 deletions
11
BUGS
11
BUGS
|
@ -84,7 +84,7 @@ suite? Until it is fixed, it can be tagged as expected to fail.
|
||||||
|
|
||||||
bug 5 -- uniform vector read-hash "e" clashes w/ exactness specification
|
bug 5 -- uniform vector read-hash "e" clashes w/ exactness specification
|
||||||
reported-by: kwright@gis.net / 2001-10-07
|
reported-by: kwright@gis.net / 2001-10-07
|
||||||
fixed: not-yet
|
fixed: 2001-10-14 (1.5.x, 1.7.x)
|
||||||
|
|
||||||
Keith Wright sez:
|
Keith Wright sez:
|
||||||
> Before getting into philosophy, I want to mention that while poking
|
> Before getting into philosophy, I want to mention that while poking
|
||||||
|
@ -108,10 +108,17 @@ Keith Wright sez:
|
||||||
> >
|
> >
|
||||||
> > * `#e', `#E' -- the number is exact
|
> > * `#e', `#E' -- the number is exact
|
||||||
|
|
||||||
|
2001-10-14 Mikael Djurfeldt <mdj@linnaeus>
|
||||||
|
|
||||||
|
* read.c (scm_lreadr): When user-defined hash procedure returns
|
||||||
|
SCM_UNSPECIFIED: Fall back to standard handling instead of raising
|
||||||
|
an exception. (This prevents parsing of uniform vectors from
|
||||||
|
interfering with parsing of numbers.)
|
||||||
|
|
||||||
|
|
||||||
bug 6 -- exactness prefix doesn't do nothing gracefully
|
bug 6 -- exactness prefix doesn't do nothing gracefully
|
||||||
reported-by: kwright@gis.net / 2001-10-09
|
reported-by: kwright@gis.net / 2001-10-09
|
||||||
fixed: not-yet
|
fixed: 2001-10-14 (1.5.x, 1.7.x) (see bug 5)
|
||||||
|
|
||||||
[this may be related to bug 5. --ttn]
|
[this may be related to bug 5. --ttn]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue