Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Interacts badly with package loading #10

@bon

Description

@bon

When using inlined-generic-functions and loading packages via quicklisp, inlined generics do not call the desired make-method-lambda method.

See example in https://github.com/bon/igtest.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions