1.0.7.36: FIND-SLOT-DEFINITION to return NIL when called with non-slot-classes
commit81e608991b9f616a412564b26186fa29933d814c
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 21 Jul 2007 01:55:42 +0000 (21 01:55 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 21 Jul 2007 01:55:42 +0000 (21 01:55 +0000)
tree5490868fb379aa8304d721afdab2acaab7c3c59b
parent95a76d208004b4ad58ebee3bf36a3f4ae75fdb46
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.
src/pcl/slots-boot.lisp
src/pcl/std-class.lisp
tests/clos.impure.lisp
version.lisp-expr