racket/notes/stepper/OPENBUGS
John Clements 7490772f08 fixed DESIGN-NOTES conflict
svn: r1320
2005-11-15 06:24:41 +00:00

24 lines
835 B
Plaintext

The reduction of 'recur' does not conform to a sensible reduction
semantics. Can you figure out why? (For the answer, see the comment
in the 'recur' section of collects/tests/stepper/through-tests.ss.)
Primitives like 'make-number/make-numeric' that are renamed
as module provides are not displayed using their renamed
names.
Inexact numbers are not printed with a leading #i.
Expansion of quasiquote uses 'the-cons' rather than 'cons'.
This is essentially an instance of the renaming difficulty.
XML boxes evaluate successfully but are printed poorly.
non-integers are printed as fractions, rather than decimal expansions.
For a more complete listing of known bugs, see our
<a href="http://bugs.plt-scheme.org/query/">
online bug report database</a>, or click on the
"Query bug reports" link in the Help Desk search
frame.