0.9.3.14:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 1 Aug 2005 10:14:05 +0000 (10:14 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 1 Aug 2005 10:14:05 +0000 (10:14 +0000)
commit176fec4cc52018f811f343f339c79fbf58ab1838
treec16590826616407973e8870721e0b1a55fa73c48
parent92d8ab5b9274e73e50eb21feacbed396a9b24897
0.9.3.14:
Fix bug reported by Bruno Haible sbcl-devel 2004-08-02
("standard method-combination ignores overridden
          compute-applicable-methods")
... woohoo!  Less than a year between report and fix :-)
... be more careful about assuming that we know the precedence
order of methods when computing a discriminating net
for a DISPATCH-DFUN.
... (NB: this is not quite the same patch as I sent to
sbcl-devel 2005-07-29: the dispatch dfun can cope with
unsorted methods, so exploit that instead.)
... only one test case is currently running; when the bug
related to instances of two user-defined generic
function classes is fixed, the second test case can run
as well.
NEWS
src/pcl/dfun.lisp
src/pcl/methods.lisp
tests/mop-3.impure-cload.lisp [new file with mode: 0644]
version.lisp-expr