From: Alexey Dejneka Date: Fri, 1 Nov 2002 18:09:29 +0000 (+0000) Subject: 0.7.9.26: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bf2d922c6c1ca279a247945001f88f6f04a4edd0;p=sbcl.git 0.7.9.26: New bug: environment problems in PCL --- diff --git a/BUGS b/BUGS index af0d847..bbf6c30 100644 --- a/BUGS +++ b/BUGS @@ -1280,6 +1280,19 @@ WORKAROUND: arguments, but it could be tricky to check result types of PROG1, IF etc. +222: "environment problems in PCL" + Evaluating + + (symbol-macrolet ((x 1)) + (defmethod foo (z) + (macrolet ((ml (form) `(progn ,form ,x))) + (ml (print x))))) + + causes + + debugger invoked on condition of type UNBOUND-VARIABLE: + The variable X is unbound. + DEFUNCT CATEGORIES OF BUGS IR1-#: diff --git a/version.lisp-expr b/version.lisp-expr index 02ea309..b789f65 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.9.25" +"0.7.9.26"