non-Jedi / eglot-jl

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

`preoject-roots` -> `project-root` #34

Closed chriselrod closed 1 year ago

chriselrod commented 1 year ago

I'm not sure this is correct and haven't tested it, but I was getting this warning on occasion

⛔ Warning (comp): eglot-jl.el:71:15: Warning: ‘project-roots’ is an obsolete function (as of 0.3.0); use ‘project-root’ instead.

project-root returns just a single value instead of a list, the assumption being that projects have only a single root.

non-Jedi commented 1 year ago

This looks correct to me. Thank you!