Describe the bug
Warning:
Package may brake in the future. Here is the complete warning massage, that is displayed after the command:
using PlotlyJS
Massage:
WARNING: Detected access to binding WebIO.webio_serve 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.
To make this warning an error, and hence obtain a stack trace, use julia --depwarn=error.
Version info
Please provide the following:
-
output of julia command versioninfo()
julia> versioninfo()
Julia Version 1.12.5
Commit 5fe89b8ddc (2026-02-09 16:05 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 12 virtual cores)
-
Output running the following in Julia 0.7 or greater: using Pkg; pkg"status" (if you are on Julia 0.6 or earlier run Pkg.status())
Status C:\Users\spofahl\.julia\environments\v1.12\Project.toml
[824d6782] Bonito v4.2.0
[336ed68f] CSV v0.10.16
[13f3f980] CairoMakie v0.15.8
[5ae59095] Colors v0.13.1
[a93c6f00] DataFrames v1.8.1
⌅ [a1bb12fb] Electron v3.1.2
[d872a56f] ElectronDisplay v1.0.1
[4c0ca9eb] Gtk v1.3.1
[a03496cd] PlotlyBase v0.8.23
[f0f68f2c] PlotlyJS v0.18.17
[f2990250] PlotlyKaleido v2.3.1
[91a5bcdd] Plots v1.41.6
[d330b81b] PyPlot v2.11.6
[295af30f] Revise v3.13.2
[ade2ca70] Dates v1.11.0
I
Describe the bug
Warning:
Package may brake in the future. Here is the complete warning massage, that is displayed after the command:
using PlotlyJS
Massage:
WARNING: Detected access to binding
WebIO.webio_servein 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
invokelatestaround the access to this binding.To make this warning an error, and hence obtain a stack trace, use
julia --depwarn=error.Version info
Please provide the following:
output of julia command
versioninfo()julia> versioninfo()
Julia Version 1.12.5
Commit 5fe89b8ddc (2026-02-09 16:05 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 12 virtual cores)
Output running the following in Julia 0.7 or greater:
using Pkg; pkg"status"(if you are on Julia 0.6 or earlier runPkg.status())Status
C:\Users\spofahl\.julia\environments\v1.12\Project.toml[824d6782] Bonito v4.2.0
[336ed68f] CSV v0.10.16
[13f3f980] CairoMakie v0.15.8
[5ae59095] Colors v0.13.1
[a93c6f00] DataFrames v1.8.1
⌅ [a1bb12fb] Electron v3.1.2
[d872a56f] ElectronDisplay v1.0.1
[4c0ca9eb] Gtk v1.3.1
[a03496cd] PlotlyBase v0.8.23
[f0f68f2c] PlotlyJS v0.18.17
[f2990250] PlotlyKaleido v2.3.1
[91a5bcdd] Plots v1.41.6
[d330b81b] PyPlot v2.11.6
[295af30f] Revise v3.13.2
[ade2ca70] Dates v1.11.0
I