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

make-action-suggestion doesn't handle documentation gracefully #2569

Closed
aadcg opened this issue Sep 14, 2022 · 2 comments
Closed

make-action-suggestion doesn't handle documentation gracefully #2569

aadcg opened this issue Sep 14, 2022 · 2 comments
Labels
3-series Related to releases whose major version is 3. bug

Comments

@aadcg
Copy link
Member

aadcg commented Sep 14, 2022

(documentation (lambda () "bar" t) t) => "bar"
(documentation (lambda-command foo () "bar" t) t) => nil

I'm not sure how to fix this, as there are several levels of macrology.

Noticed while working on #2555.

@aadcg aadcg added 3-series Related to releases whose major version is 3. bug labels Sep 14, 2022
@Ambrevar
Copy link
Member

Does 4f56c6d fix it?

@aadcg
Copy link
Member Author

aadcg commented Sep 14, 2022

Yes, thanks!

@aadcg aadcg closed this as completed Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3-series Related to releases whose major version is 3. bug
Development

No branches or pull requests

2 participants