alex-gutev / static-dispatch

Static generic function dispatch for Common Lisp
MIT License
80 stars 1 forks source link

find-method% conditionalization for LispWorks #11

Open Yehouda opened 3 years ago

Yehouda commented 3 years ago

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.

alex-gutev commented 3 years ago

Should be fixed in the latest commit.