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
This commit has broken some packages (e.g. Pkg.add("Finch")); it appears to be a mistake that amalgamated _call_in_world_total and invoke_in_world into invoke_in_world_total, though I'm unsure which was intended to be called.
It probably should just be an alias _apply. Since it is a deprecation of internal UB that used to exist for the compiler's internal use to support the UB pure annotation, it doesn't really need to do anything other than not break Revise now
This commit has broken some packages (e.g. Pkg.add("Finch")); it appears to be a mistake that amalgamated
_call_in_world_total
andinvoke_in_world
intoinvoke_in_world_total
, though I'm unsure which was intended to be called.#57532
julia/base/boot.jl
Line 1020 in 3e7cf64
The text was updated successfully, but these errors were encountered: