From: William Harold Newman Date: Sun, 12 May 2002 14:58:09 +0000 (+0000) Subject: 0.7.3.15: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=78b34808827bce49284eb7872da485edfe3a2541;p=sbcl.git 0.7.3.15: just updating BUGS --- diff --git a/BUGS b/BUGS index c2264a2..7c2f98b 100644 --- a/BUGS +++ b/BUGS @@ -1283,6 +1283,25 @@ WORKAROUND: Since this is a reasonable user error, it shouldn't be reported as an SBCL bug. +169: + (reported by Alexey Dejneka on sbcl-devel 2002-05-12) + * (defun test (n) + (let ((*x* n)) + (declare (special *x*)) + (getx))) + ; in: LAMBDA NIL + ; (LET ((*X* N)) + ; (DECLARE (SPECIAL *X*)) + ; (GETX)) + ; + ; caught STYLE-WARNING: + ; using the lexical binding of the symbol *X*, not the + ; dynamic binding, even though the symbol name follows the usual naming + ; convention (names like *FOO*) for special variables + ; compilation unit finished + ; caught 1 STYLE-WARNING condition + But the code works as it should. Checked in 0.6.12.43 and later. + DEFUNCT CATEGORIES OF BUGS IR1-#: