X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=d9e2e604c40e2507552d251760bcb2ae65f055f4;hb=df679ed627975948b1cee190f4d79c397588c43e;hp=3389897784e44b1348a66768b8b1286f7a3f3ff7;hpb=ca379afc74fe525fd70035546d066de5f5ec874d;p=sbcl.git diff --git a/BUGS b/BUGS index 3389897..d9e2e60 100644 --- a/BUGS +++ b/BUGS @@ -258,24 +258,6 @@ WORKAROUND: not a binary input stream, but instead cheerfully reads from character streams, e.g. (MAKE-STRING-INPUT-STREAM "abc"). -47: - DEFCLASS bugs reported by Peter Van Eynde July 25, 2000: - d: (DEFGENERIC IF (X)) should signal a PROGRAM-ERROR, but instead - causes a COMPILER-ERROR. - -51: - miscellaneous errors reported by Peter Van Eynde July 25, 2000: - a: (PROGN - (DEFGENERIC FOO02 (X)) - (DEFMETHOD FOO02 ((X NUMBER)) T) - (LET ((M (FIND-METHOD (FUNCTION FOO02) - NIL - (LIST (FIND-CLASS (QUOTE NUMBER)))))) - (REMOVE-METHOD (FUNCTION FOO02) M) - (DEFGENERIC FOO03 (X)) - (ADD-METHOD (FUNCTION FOO03) M))) - should give an error, but SBCL allows it. - 60: The debugger LIST-LOCATIONS command doesn't work properly. @@ -1308,12 +1290,9 @@ WORKAROUND: (NTH-VALUE 1000 (VALUES-LIST (MAKE-LIST 1001))) takes several hours to compile. -247: "incomplete conversion of stack parameters in #-SB-THREAD code" - In 0.pre8.67/x86/nothreads, executing (ROOM) causes an error to - be signalled: - The variable SB-VM:CONTROL-STACK-END is unbound. - (When this is fixed, the ROOM entries in tests/smoke.impure.lisp - should be uncommented.) +248: "reporting errors in type specifier syntax" + (TYPEP 1 '(SYMBOL NIL)) says something about "unknown type + specifier". DEFUNCT CATEGORIES OF BUGS IR1-#: