Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use invokelatest after eval to adjust to upcoming julia change #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Keno
Copy link

@Keno Keno commented Nov 20, 2024

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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant