Skip to content

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

Merged
Drvi merged 1 commit into
masterfrom
kf/latestworld
Nov 21, 2024
Merged

Adjust to Julia 1.12 change to implicit world age increment#407
Drvi merged 1 commit into
masterfrom
kf/latestworld

Conversation

@Keno

@Keno Keno commented Nov 20, 2024

Copy link
Copy Markdown
Member

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.

@Drvi Drvi left a comment

Copy link
Copy Markdown
Member

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
@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