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

Add an explicit invokelatest after delete_method in loop #43

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

Conversation

Keno
Copy link

@Keno Keno commented Nov 20, 2024

Loops will no longer have implicit world age increments at top level in Julia 1.12. See JuliaLang/julia#56509.

Loops will no longer have implicit world age increments at top level
in Julia 1.12. See JuliaLang/julia#56509.
@oxinabox
Copy link
Owner

This needs a fix so julia 1.3 works

Probably just by defining a dummy function called invokelatest(f) = f() if on version older than 1.3 (or what ever it was that introduced this)

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.

2 participants