find-method% in "src/common.lisp" is currently conditionalize such on clisp it constructs the specializers as it should, but on other implementation it doesn't.
On LispWorks, it should do the same as it does on clisp.
I actually found the issue when running tests for another system, "picl/tests", and just removing the conditinalization fixed it. It should work on all implementations, because that is what the standard says.
find-method% in "src/common.lisp" is currently conditionalize such on clisp it constructs the specializers as it should, but on other implementation it doesn't.
On LispWorks, it should do the same as it does on clisp.
I actually found the issue when running tests for another system, "picl/tests", and just removing the conditinalization fixed it. It should work on all implementations, because that is what the standard says.