1.0.7.24: Fix CALL-NEXT-METHOD / EVAL-WHEN interaction
authorChristophe Rhodes <csr21@cantab.net>
Tue, 17 Jul 2007 11:24:26 +0000 (11:24 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Tue, 17 Jul 2007 11:24:26 +0000 (11:24 +0000)
commit76e5ccc7e653ffe279148bb8f3f6f5b7c4772a4e
tree6bad5b6aa4444aad815ae7464551d47cef394d02
parente6cf9d8e3e0d328e34c0edccd4f0ebc09e9b666f
1.0.7.24: Fix CALL-NEXT-METHOD / EVAL-WHEN interaction
Reported by Sascha Wilde sbcl-devel 2007-07-15.  This fix is not
the one that I sent to sbcl-devel 2007-07-16, because that's
just too horrible; instead we expand DEFMETHOD into separate
:LOAD-TOPLEVEL and :EXECUTE branches.  (This needs a minor test
adjustment)
NEWS
src/pcl/boot.lisp
tests/clos.impure-cload.lisp
tests/clos.impure.lisp
version.lisp-expr