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

Reuse the main thread's ASDF source registry in the editor thread. #1123

Merged

Conversation

fukamachi
Copy link
Collaborator

@fukamachi fukamachi commented Oct 1, 2023

This allows to load Lem extensions in .lem/init.lisp even when Lem source isn't in an ASDF load path (such as ~/common-lisp).

@fukamachi fukamachi marked this pull request as ready for review October 1, 2023 01:50
@fukamachi fukamachi force-pushed the asdf-source-registry-editor-thread branch from af818e3 to 7857948 Compare October 1, 2023 04:14
`(:source-registry
:inherit-configuration
(:also-exclude ".qlot")
(:tree ,(asdf:system-source-directory :lem))))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe good to add ~/.lem/extensions/.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, it might be good idea.

@cxxxr cxxxr merged commit 21ad2c8 into lem-project:main Oct 1, 2023
1 check passed
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