Skip to content

Language server fails with Julia 1.12 #758

@hhaensel

Description

@hhaensel

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions