Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26105
Modified Files:
version.lisp-expr
Log Message:
1.0.7.34: adjust lexenv frobbing in TRANSFORM-CALL to happen earlier
* Need to replace the call lexenv with the frobbed one before
WITH-IR1-ENVIRONMENT-FROM-NODE so that IR1-CONVERT-INLINE-LAMBDA
gets a consistent *LEXENV* binding.
(This has been around since 0.9.17.5, but since it only affects
known functions with optional arguments and transformations it
suddenly become a lot more easy to hit with the new MEMBER and
ASSOC transforms.)
* Test case.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3518
retrieving revision 1.3519
diff -u -d -r1.3518 -r1.3519
--- version.lisp-expr 19 Jul 2007 18:49:44 -0000 1.3518
+++ version.lisp-expr 20 Jul 2007 23:43:21 -0000 1.3519
@@ -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".)
-"1.0.7.33"
+"1.0.7.34"
|