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

Fix keyword bloating in DEFPACKAGE :EXPORT clauses #31

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kilianmh
Copy link

Replace keywords in defpackage :export clauses with uninterned symbols. This avoids interning them in *package*, which should simplify autocompletion and may improve garbage collection.

@gefjon
Copy link

gefjon commented Feb 23, 2022

Can you get the symbol names in the import-from cl-ppcre clause as well?

@kilianmh
Copy link
Author

The symbol names in the:import-from clause are now also uninterned instead of keywords.

Reverting DEFPACKAGE :IMPORT-FROM package name to KEYWORD, which should improve readability without unnecessary expansion of *PACKAGE*.
@kilianmh
Copy link
Author

Reverting DEFPACKAGE :IMPORT-FROM package name to KEYWORD, which should improve readability without unnecessary expansion of *PACKAGE*.

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

Successfully merging this pull request may close these issues.

None yet

2 participants