Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

method-descriptions are not honored #8

Closed
mfiano opened this issue Aug 8, 2021 · 2 comments
Closed

method-descriptions are not honored #8

mfiano opened this issue Aug 8, 2021 · 2 comments

Comments

@mfiano
Copy link

mfiano commented Aug 8, 2021

method-descriptions are not honored for static-dispatch:defgeneric forms, and dispatch falls back to dynamic mode.

It would be nice to support methods installed in this way, or extend the warning capability to inform the user of such a fallback.

@alex-gutev
Copy link
Owner

alex-gutev commented Aug 8, 2021

They should be honoured. Do you have an example of when they aren't? In theory, if a method's body is not stored, you should get a "missing method information" warning when attempting to statically dispatch the generic function.

@mfiano
Copy link
Author

mfiano commented Aug 8, 2021

I apologize. I am not sure why it wasn't working before but I can no longer reproduce this.

@mfiano mfiano closed this as completed Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants