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

Update SymbolServer to 7.4.0, StaticLint to 8.2.2 #52

Closed rossviljoen closed 1 month ago

rossviljoen commented 2 months ago

Eglot is completely broken for me with the current manifest, so this updates some versions and appears to fix those issues.

Tested on emacs 29.4, julia 1.10.5

(Please close if not of interest)

non-Jedi commented 2 months ago

@rossviljoen did you close this intentionally? I appreciate PRs like this to keep the Manfest up to date.

rossviljoen commented 2 months ago

Yes, it doesn't actually fix the issues I was having so I closed it until I have a chance to debug them further.

I've reopened it if you want to merge it, but I can't verify it actually works on my end.

rossviljoen commented 2 months ago

The problems I was seeing are fixed by #51 - so once that PR is merged this one should be good as well

(language-id has actually been broken since https://github.com/julia-vscode/LanguageServer.jl/commit/64742802be13b5ffa6037879773be62826fbf186)

non-Jedi commented 1 month ago

Thanks! Rebased and merged as 3584d63