1.0.17.33: fix PRINT-OBJECT cache
authorChristophe Rhodes <csr21@cantab.net>
Wed, 11 Jun 2008 20:04:23 +0000 (20:04 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 11 Jun 2008 20:04:23 +0000 (20:04 +0000)
commit10b242aeb4e031f02a1f32ec0aea79bbe92fa1d0
tree695ba80f1356c9684345c574cf5620a78cfed6b3
parente66288cd5588b336b79a7e19f1c884e4e3263d53
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.
src/code/error.lisp
src/code/interr.lisp
src/pcl/methods.lisp
tests/print.impure.lisp
version.lisp-expr