-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Hello, i got the following in one of my testsets:
1 dependency had output during precompilation:
┌ FillArrays
│ WARNING: Detected access to binding `FillArrays.AbstractZerosVector` 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.
│ Hint: Add an appropriate `invokelatest` around the access to this binding.
│ WARNING: Detected access to binding `FillArrays.AbstractZerosMatrix` 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.
│ Hint: Add an appropriate `invokelatest` around the access to this binding.
│ WARNING: Detected access to binding `FillArrays.AbstractOnesVector` 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.
│ Hint: Add an appropriate `invokelatest` around the access to this binding.
│ WARNING: Detected access to binding `FillArrays.AbstractOnesMatrix` 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.
│ Hint: Add an appropriate `invokelatest` around the access to this binding.
└
Probably requires moving some code around, in particular:
those need to be evaluated in another, separate @eval block.
The warnings reported in this issue do not appear in the CI, because nightly is currently not being tested.
Metadata
Metadata
Assignees
Labels
No labels