-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
precompile loads the wrong library after recompile_stale #18069
Comments
How did you trigger this? The uuids match for me. Or is it 0.4 only? |
It is easily triggered on JuliaBox for 0.4.6 when trying to use pyplot as a new user. |
Yes, tested this from JuliaBox and see the issue. I think I'll do the minimal fix for 0.4 and work on a more comprehensive fix for 0.5. Apparently I need to dog-food the non-trivial precompile states more often. |
The JuliaBox.com migration is also blocked on this, which we are trying to do this weekend. |
Is this a 0.5 blocker? |
the return value of
compilecache
is being ignored byrecompile_stale
, leading to state corruption and loading of the wrong file:The text was updated successfully, but these errors were encountered: