Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv13266
Modified Files:
BUGS version.lisp-expr
Log Message:
0.7.9.53:
tidying left over from failed hunt for bug #226
some more renaming to make LEXENV vs. PHYSENV distinction
Index: BUGS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/BUGS,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- BUGS 16 Nov 2002 10:26:13 -0000 1.237
+++ BUGS 17 Nov 2002 13:56:56 -0000 1.238
@@ -1329,6 +1329,7 @@
(fixed in 0.7.9.42)
226: "AVER failure in COMPILE-FILE of clocc-ansi-test/tests.lisp"
+ (APD points out that this seems to be another symptom of bug #115.)
sbcl-0.7.9.43 dies with failed AVER "(EQ (TN-PHYSENV TN) TN-ENV)" when
trying to compile clocc-ansi-test/tests.lisp. sbcl-0.7.9.31 was able to
to compile it. A smaller test case exhibiting the same problem is
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.660
retrieving revision 1.661
diff -u -d -r1.660 -r1.661
--- version.lisp-expr 16 Nov 2002 10:26:14 -0000 1.660
+++ version.lisp-expr 17 Nov 2002 13:56:56 -0000 1.661
@@ -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.52"
+"0.7.9.53"
|