0.8.2.46:
authorAlexey Dejneka <adejneka@comail.ru>
Wed, 20 Aug 2003 08:25:44 +0000 (08:25 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Wed, 20 Aug 2003 08:25:44 +0000 (08:25 +0000)
        * New old bugs.

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index c09e590..7e1433e 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1059,6 +1059,23 @@ WORKAROUND:
   All forms of GC hooks (including notifiers and finalisers) are currently
   (since 0.8.0) broken for gencgc (i.e. x86) users 
 
+273:
+  Compilation of the following two forms causes "X is unbound" error:
+
+    (symbol-macrolet ((x pi))
+      (macrolet ((foo (y) (+ x y)))
+        (declaim (inline bar))
+        (defun bar (z)
+          (* z (foo 4)))))
+    (defun quux (z)
+      (bar z))
+
+  (See (COERCE (CDR X) 'FUNCTION) in IR1-CONVERT-INLINE-LAMBDA.)
+
+274:
+  CLHS says that type declaration of a symbol macro should not affect
+  its expansion, but in SBCL it does.
+
 
 DEFUNCT CATEGORIES OF BUGS
   IR1-#:
index a650b6b..d3bfdb5 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.2.45"
+"0.8.2.46"