X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=7bbd84c02f1fc181458a205e7ccde7783ecadef1;hb=0f807aea814ad6eddea7824675da1ed2ff9cba86;hp=3512ffe7882a595b51bff675cf3febcb70a812e2;hpb=5369caf4d418065012b96af0d29c74d7851c04ff;p=sbcl.git diff --git a/BUGS b/BUGS index 3512ffe..7bbd84c 100644 --- a/BUGS +++ b/BUGS @@ -2091,5 +2091,15 @@ WORKAROUND: the right fix is to remove the abstraction violation in the compiler's type deriver. -391: - (fixed in sbcl-0.9.7.1) +392: slot-accessor for subclass misses obsoleted superclass + (fixed in sbcl-0.9.7.9) + +393: Wrong error from methodless generic function + (DEFGENERIC FOO (X)) + (FOO 1 2) + gives NO-APPLICABLE-METHOD rather than an argument count error. + +394: (SETF CLASS-NAME)/REINITIALIZE-INSTANCE bug + (found by PFD ansi-tests) + in sbcl-0.9.7.15, (SETF (CLASS-NAME ) 'NIL) causes + (FIND-CLASS NIL) to return a #.