summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2001-06-16 13:18:13 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2001-06-16 13:18:13 +0000
commite37366e7bb72bc80c6c9908efe09f94ce26add16 (patch)
tree80843b06230360e51e22a3335a6c362f033ade19 /BUGS
parent7a5fb799b50cda4f2546e1fa98a903281d9849c5 (diff)
0.6.12.35:
null-*PRINT-LENGTH* bugfix in structure printing (from Alexey Dejneka sbcl-devel 2001-06-14) merged Eric Marsden ANSI compliance fixes (from cmucl-imp 2001-06-15); except that I skipped the ones in eval-comp.lisp because I hope to get rid of the IR1 interpreter completely sometime in the next few months, and I skipped COMPILER-ERROR-is-PROGRAM-ERROR because (1) I think not all compiler errors are program errors (e.g. type errors or i/o errors) and (2) SBCL mostly handles COMPILER-ERRORs before the user sees them anyway, so I couldn't think of a test case where this matters
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index efc6e60c6..67862a150 100644
--- a/BUGS
+++ b/BUGS
@@ -971,6 +971,17 @@ Error in function C::GET-LAMBDA-TO-COMPILE:
105:
(DESCRIBE 'STREAM-READ-BYTE)
+106:
+ (reported by Eric Marsden on cmucl-imp 2001-06-15)
+ Executing
+ (TYPEP 0 '(COMPLEX (EQL 0)))
+ signals an error in sbcl-0.6.12.34,
+ The component type for COMPLEX is not numeric: (EQL 0)
+ This is funny since sbcl-0.6.12.34 knows
+ (SUBTYPEP '(EQL 0) 'NUMBER) => T
+
+
+
KNOWN BUGS RELATED TO THE IR1 INTERPRETER
(Note: At some point, the pure interpreter (actually a semi-pure