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

Adjust to Julia 1.12 change to implicit world age increment #407

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Nov 20, 2024

Julia 1.12 will no longer implicitly increment world ages within expressions. However, we will likely retain world age increments between statements of a @testset, so all that's needed here is to move the load to a separate like. More explicitly, the collects could be invokelatest'ed instead. See JuliaLang/julia#56509

Julia 1.12 will no longer implicitly increment world ages within
expressions. However, we will likely retain world age increments
between statements of a `@testset`, so all that's needed here
is to move the `load` to a separate like. More explicitly,
the `collect`s could be `invokelatest`'ed instead.
Copy link
Member

@Drvi Drvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Linking this comment as it directly addresses this package: JuliaLang/julia#56509 (comment)

@Drvi Drvi merged commit a1c4c8f into master Nov 21, 2024
15 checks passed
@Drvi Drvi deleted the kf/latestworld branch November 21, 2024 17:21
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