X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=308c7ccd0912d02920cd08283f362a833d5513a9;hb=27f66b547413b4a3e1b285270d468ee1e588153c;hp=a2953f909fa75984db793c7a081682d59cf7a685;hpb=63b936310ea60482b6903126d20a9b68f560de4c;p=sbcl.git diff --git a/BUGS b/BUGS index a2953f9..308c7cc 100644 --- a/BUGS +++ b/BUGS @@ -1263,14 +1263,7 @@ WORKAROUND: to see that it should cause symbols to be interned in the CL package.) 209: "DOCUMENTATION generic function has wrong argument precedence order" - The method from - (DEFMETHOD DOCUMENTATION ((X (EQL '+)) Y) "WRONG!") - should not be executed in the call - (DOCUMENTATION '+ 'FUNCTION), - as the DOCUMENTATION generic function has a different argument - precedence order (see its entry in the CLHS). However, despite a - correct generic function definition in the PCL source code, SBCL - returns "WRONG!" for the call. + (fixed in sbcl-0.7.8.39) 210: "unsafe evaluation of DEFSTRUCT slot initforms in BOA constructors" (fixed in sbcl-0.7.8.35)