clojure-lsp / clojure-lsp

Clojure & ClojureScript Language Server (LSP) implementation

Home Page:https://clojure-lsp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eglot receives non-sensical urls for external deps

LiGoldragon opened this issue · comments

Quick report before I punch out. I have scoured the web and spent lots of time hunting down how I get such nonsensical urls as this one:
/home/li/git/lojix/src/lojix/jar:file:/home/li/.m2/repository/org/clojure/clojure/1.11.1/clojure-1.11.1.jar!/clojure/

As you can see, the source's location was prepended to the url (In this case a jar url, as I tried switching schemes to see what happened).

Any pointer is appreciated, and I have more energy to fix this. On Nixos near-master with clojure-lsp from the maste flake or directly from nixpkgs (august version). Thank you 🙏

@LiGoldragon, yeah that URL is wrong, but I can't understand how to repro that (I'm a NixOS user as well, but I doubt it's related to the derivation)