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
Update builtins, allow stepping into invokelatest (#670)
JuliaInterpreter had special handling for `Core._call_latest` to allow
stepping into callees invoked in the latest world. In Julia 1.12,
`Core._call_latest` is now an alias for `Core.invokelatest`, but because
`generate_builtins` requires exact name matching, we had written the
implementation for `invokelatest` without the special handling applied
to `_call_latest`.
This should enable the `test/debug.jl` test for `f_inv_latest` to pass
on Julia 1.12.
0 commit comments