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 a failed extension load throw an error during pre-compilation #56668

Conversation

topolarity
Copy link
Member

Without this change the tests added in #56666 pass (even w/o that PR applied), because the failure to load ExtAB is just ignored.

I think we should tighten that up (w/o a backport, so that we don't break folks depending on this). The stab I've taken here might be the wrong approach since I'm not sure how it interacts with any locks, etc., but I wanted to get the ball rolling.

base/loading.jl Outdated Show resolved Hide resolved
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
Copy link
Member

@IanButterworth IanButterworth left a comment

Choose a reason for hiding this comment

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

Given this won't be backported, I think it's ok to see what the error verbosity looks like in the wild, and tidy up if needed.

@IanButterworth IanButterworth merged commit f5dc26b into JuliaLang:master Nov 28, 2024
7 checks 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.

2 participants