non-Jedi / eglot-jl

Wrapper for using Julia LanguageServer.jl with emacs eglot
Creative Commons Zero v1.0 Universal
62 stars 11 forks source link

Udating to Julia v1.7 breaks eglot-jl because of LanguageServer being forced to v3 #27

Closed tom-plaa closed 2 years ago

tom-plaa commented 2 years ago

LanguageServer.jl fails to compile and it forces the server to exit abnormally. A longer description at the Julia forums. As described, if the compatibility line from the Project.toml is removed and the environment is updated, we no longer have this error.