X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=dd7758f54743632a94866b81cf78f286cd28b0d9;hb=15a5894721592fc295cc61c607c59875ec5825a2;hp=7942a1f0619d48015b8343c1567bef4210695759;hpb=1234f4cd25b2d50dfa2645d66757116e64b7aae2;p=sbcl.git diff --git a/BUGS b/BUGS index 7942a1f..dd7758f 100644 --- a/BUGS +++ b/BUGS @@ -1263,14 +1263,18 @@ 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) + +211: "keywords processing" + a. :ALLOW-OTHER-KEYS T should allow a function to receive an odd + number of keyword arguments. + b. Compiling of a local call with an unknown key and + :ALLOW-OTHER-KEYS T should not cause a WARNING. + c. Compiler should not warn on an unknown key :ALLOW-OTHER-KEYS. + d. :ALLOW-OTHER-KEYS should be allowed as an ordinary key parameter. DEFUNCT CATEGORIES OF BUGS IR1-#: