You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
Clone it to somewhere quicklisp can see it and try:
sbcl --load ptest.lisp
Note how make-method-lambda is traced and how its method for standard-generic-function gets called for foo instead of the method for inlined-generic-function that you would expect.
BTW I think this might have been at the root of issue #3. I'll check that when we get to the bottom of this issue.