Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15036
Modified Files:
version.lisp-expr
Log Message:
1.0.17.33: fix PRINT-OBJECT cache
We mustn't compute the cached cache too early, otherwise we'll
cache effective methods before the actual methods (on RESTART
and the two storage-condition classes) are defined.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3992
retrieving revision 1.3993
diff -u -d -r1.3992 -r1.3993
--- version.lisp-expr 9 Jun 2008 21:49:15 -0000 1.3992
+++ version.lisp-expr 11 Jun 2008 20:04:23 -0000 1.3993
@@ -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.17.32"
+"1.0.17.33"
|