On the current nightly CI we get a lot of these warnings for accessing some things prior to their world age
WARNING: Detected access to binding `Dimensions.X` in a world prior to its definition world.
│ Julia 1.12 has introduced more strict world age semantics for global bindings.
│ !!! This code may malfunction under Revise.
│ !!! This code will error in future versions of Julia.
This is something that we would have to look into before julia 1.12 will be released.
Unfortunately I don't see from these warnings where the access happens in the code.
On the current nightly CI we get a lot of these warnings for accessing some things prior to their world age
This is something that we would have to look into before julia 1.12 will be released.
Unfortunately I don't see from these warnings where the access happens in the code.