Commit abbc1ac
Use invokelatest after eval to adjust to upcoming julia change (#369)
* 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
* Added note for future reference
---------
Co-authored-by: pulsipher <joshuapulsipher13@gmail.com>
Co-authored-by: Joshua Pulsipher <33848311+pulsipher@users.noreply.github.com>1 parent 740616e commit abbc1ac
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
| 253 | + | |
253 | 254 | | |
254 | | - | |
255 | | - | |
| 255 | + | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments