Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use invokelatest after eval to adjust to upcoming julia change
In 1.12, we're cleaning up when implicit world age increments happen at toplevel. Because these test `eval` an expression and immediately call it, an `invokelatest` will likely be required (as it would be right now in local scope). See JuliaLang/julia#56509
- Loading branch information