You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what version of Makie are you running? (]st -m Makie)
[ee78f7c6] Makie v0.22.1
can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
yes
What platform + GPU are you on?
julia> versioninfo()
Julia Version 1.12.0-DEV.1976
Commit 0c1e800dbdc (2025-02-04 10:20 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: macOS (arm64-apple-darwin24.0.0)
CPU: 12 × Apple M3 Pro
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, apple-m3)
GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 6 virtual cores)
1 dependency had output during precompilation:
┌ Makie
│ WARNING: Detected access to binding `Makie.Axis3D` 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 `Makie.PlotList` 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.
The text was updated successfully, but these errors were encountered:
]st -m Makie
)can you reproduce the bug with a fresh environment ? (
]activate --temp; add Makie
)yes
What platform + GPU are you on?
The text was updated successfully, but these errors were encountered: