-
Notifications
You must be signed in to change notification settings - Fork 188
Description
The following error occurs in VSCode under OUTPUT, Julia Language Server
[ Info: Indexing Genie...
WARNING: Detected access to binding LoadingBay.Genie 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.
[ Info: Processing Revise...
ERROR: LoadError: UndefVarError: Revise not defined in Main.SymbolServer.LoadingBay
The binding may be too new: running in world age 39158, while current world is 39223.
Hint: Revise is loaded but not imported in the active module Main.