Re: Nonstandard method combinations?



On 2006-10-29 02:10:11 +0200, Christophe Rhodes <csr21@xxxxxxxxxx> said:

Michal Krupka <kokoml2@xxxxxxx> writes:

BTW, I've tried the code on LispWorks, SBCL, and Allegro, and only
LispWorks does not lead to error after executing (upgrade-config-file
2). The error is "More than one method of type METHODS with the same
specializers." Is there an error in my code?

Formally, maybe. Buried in the spec for the long form of
DEFINE-METHOD-COMBINATION, there is the lovely wording (and I
apologize for the long and complex quote, but this is what we get to
play with):
....

Thank you for your explanation. Using the * method group works in SBCL indeed. Allegro still signals the error.

Michal

.