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.
#57532
|
_apply_pure(x...) = invoke_in_world_total(typemax_UInt, x...) |