From: Alexey Dejneka Date: Sun, 20 Oct 2002 09:17:31 +0000 (+0000) Subject: bugs X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=46d93bba03f95d4cdc19cb6bf0db97f401eac30b;p=sbcl.git bugs --- diff --git a/BUGS b/BUGS index bf29376..9ab69bf 100644 --- a/BUGS +++ b/BUGS @@ -1271,6 +1271,19 @@ WORKAROUND: 211: "keywords processing" a. :ALLOW-OTHER-KEYS T should allow a function to receive an odd number of keyword arguments. + e. Compiling + + (flet ((foo (&key y) (list y))) + (list (foo :y 1 :y 2))) + + issues confusing message + + ; in: LAMBDA NIL + ; (FOO :Y 1 :Y 2) + ; + ; caught STYLE-WARNING: + ; The variable #:G15 is defined but never used. + 212: "Sequence functions and circular arguments" COERCE, MERGE and CONCATENATE go into an infinite loop when given