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
[backports 1.11] precompile: improve precision of extension dependencies (#56624)
This is a slimmed-down version of #55910, without any of the
re-factoring. This improves the parallelism of the pre-compile job and
fixes a correctness bug, where unconditionally injecting a dependency
after its parent could be in conflict with dependencies in between
triggers, causing false extension cycles.
Without this fix, adding `AMDGPU.jl` and `Tracker.jl` reports a false
cycle on 1.11
0 commit comments