Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10460
Modified Files:
version.lisp-expr
Log Message:
1.0.7.36: FIND-SLOT-DEFINITION to return NIL when called with non-slot-classes
* Add a default method to CLASS-SLOT-VECTOR that returns #(NIL), restoring
the pre-1.0.7.26 behaviour of calling SLOT-MISSING when trying to access
slots in non-SLOT-CLASS instances.
* Add a slightly dubious test-case.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3520
retrieving revision 1.3521
diff -u -d -r1.3520 -r1.3521
--- version.lisp-expr 21 Jul 2007 00:05:15 -0000 1.3520
+++ version.lisp-expr 21 Jul 2007 01:55:42 -0000 1.3521
@@ -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.35"
+"1.0.7.36"
|