1.0.47.19: another MAKE-INSTANCE regression from 1.0.45.18
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 10 Apr 2011 09:21:46 +0000 (09:21 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 10 Apr 2011 09:21:46 +0000 (09:21 +0000)
commit4ce92c253dbf6a5275ef3cafc193add284bc9795
tree972a19921f23a7b4dcc459ddf34363bfdbf0c65c
parent3dfa5e8575abd1ba5d4f5dfa75213a63d290ed26
1.0.47.19: another MAKE-INSTANCE regression from 1.0.45.18

  ...which was masked by another regression till 1.0.46.15.

  Inverted conditional: (SLOT-BOUNDP-USING-CLASS ...) where it should
  have been (NOT (SLOT-BOUNDP-USING-CLASS ...)).

  Reported by Pascal Costanza on sbcl-devel.
NEWS
src/pcl/ctor.lisp
tests/compiler.pure.lisp
tests/mop.impure.lisp
version.lisp-expr