0.9.15.15:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 8 Aug 2006 14:24:24 +0000 (14:24 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 8 Aug 2006 14:24:24 +0000 (14:24 +0000)
commit60639facf7d4e266d729a9c89f333618c9b2e8e2
tree3333c1ddad67dde6d992f8093665cdb6cf980194
parent03607fdd4269bcdaeaed3feb47c49b2083412823
0.9.15.15:
Fix bug #339c: INVALID-METHOD-ERROR from methods not matching
any method group.
... I'm actually not convinced by this fix: I think the method
combination itself should probably call I-M-E, rather
than have the effective method call it (see CLHS on
INVALID-METHOD-ERROR); however, at the moment, given
PRECOMPUTE-EFFECTIVE-METHOD's behaviour, this is the
only way to signal the error at the right time.  Revisit
when/if effective-method precomputation is adjusted.
BUGS
NEWS
src/pcl/defcombin.lisp
tests/clos.impure.lisp
version.lisp-expr