X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=5a4d7c53c4530b88fbda3fcb95e2553cadc7ca00;hb=d76c81b0ca4dcfc99f0cd805f5c20493fa80b2b6;hp=efd3641f1ad2e682dfb258c9debc67c3b9408236;hpb=c3a38a27324501dc5261640cfb08dd6b2dee35c1;p=sbcl.git diff --git a/BUGS b/BUGS index efd3641..5a4d7c5 100644 --- a/BUGS +++ b/BUGS @@ -1308,13 +1308,6 @@ 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".