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 byte-compilation #1109

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Conversation

progfolio
Copy link
Contributor

No description provided.

In some cases, normal-top-level-add-subdirs-to-load-path
was not adding the subdirs to the front of the load-path.
This can lead to a built-in package shadowing the version in
straight/build/ during compilation, which can result in mixed
compilations and subsequent runtime errors.

See: radian-software#1107
@progfolio progfolio merged commit 9b11112 into radian-software:develop Aug 8, 2023
4 checks passed
@progfolio progfolio deleted the fix/compile branch August 8, 2023 23:26
@colonelpanic8
Copy link

@progfolio shouldn't this get merged into master. This is a pretty significant bug, IMO.

@progfolio
Copy link
Contributor Author

@progfolio shouldn't this get merged into master. This is a pretty significant bug, IMO.

Merged to master. Testing is appreciated.

@colonelpanic8
Copy link

FWIW, it did fix the issue for me.

@colonelpanic8
Copy link

@progfolio I'm not sure if this is related, but this issue has reemerged for me in a very consistent way for me now today:

magit/magit#4997

Seems like this change might be related, but I haven't had time to look in to it deeply yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants