You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stop assuming that you can mutate data structures in other packages at precompile time (#1252)
This code pattern is not valid w.r.t precompilation. It breaks if you
build a sysimage and happen to have a valid precomple file locally for
`libblastrampoline_jll`, it also doesn't work if the involved packages
are used like normal packages (and are not in a sysimage).
fixes#1246
0 commit comments