0.9.15.12:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sat, 5 Aug 2006 12:32:34 +0000 (12:32 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sat, 5 Aug 2006 12:32:34 +0000 (12:32 +0000)
commit500fae719e1d6e138aff44a711941baab63bd405
treedc11ceb60278ef80cb31fde8eb07e5b28b31a78d
parent7c16e6bf7a5559ffd81ea0816c5a44989709f51d
0.9.15.12:
Fix longstanding Haiblebug "method combination types that make
use of MAKE-METHOD don't work with user-defined method classes"
(sbcl-devel 2004-06-11)
... in a cheating way; special-case the second argument to
call-method, which probably isn't completely
                MOP-friendly but does seem to play nice with the test
                cases I can construct that don't change the semantics of
                call-method.
        ... test cases from Pascal Costanza and Bruno Haible
NEWS
src/pcl/combin.lisp
tests/mop-20.impure-cload.lisp [new file with mode: 0644]
version.lisp-expr