0.7.9.26:
authorAlexey Dejneka <adejneka@comail.ru>
Fri, 1 Nov 2002 18:09:29 +0000 (18:09 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Fri, 1 Nov 2002 18:09:29 +0000 (18:09 +0000)
        New bug: environment problems in PCL

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index af0d847..bbf6c30 100644 (file)
--- 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-#:
index 02ea309..b789f65 100644 (file)
@@ -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"