[Ecls-list] Two fixes for CLOS

Alexander Gavrilov angavrilov at gmail.com
Thu Mar 18 16:43:15 UTC 2010


I've found two bugs in the CLOS implementation.

One is reproduced by:

(defclass foo (bar) ())
(defclass baz (foo) ())

The other one breaks method sorting when a nonstandard
precedence order is active (if there is only one applicable
method, everything works as usual).

Patch attached.

Alexander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-method-comparison-and-forward-definition-handlin.patch
Type: text/x-patch
Size: 2813 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100318/d9b6d2eb/attachment.bin>


More information about the ecl-devel mailing list