InfiniteOpt.jl icon indicating copy to clipboard operation
InfiniteOpt.jl copied to clipboard

Use invokelatest after eval to adjust to upcoming julia change

Open Keno opened this issue 11 months ago • 0 comments

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 https://github.com/JuliaLang/julia/pull/56509.

Keno avatar Nov 20 '24 03:11 Keno