Fork me on GitHub
#lsp
<
2024-03-18
>
otfrom15:03:29

when I open up a clojure file I'm getting a message "Invalid function: lsp-ht" but no stack trace or other issues (which might be pebcak related) this is on nixos that I updated today. Anyone getting similar? (I'll start digging more if I'm on my own, but wanted to check if others had bumped into it first)

otfrom15:03:23

$ clojure-lsp --version
clojure-lsp 2024.03.13-13.11.00
clj-kondo 2024.03.13

ericdallo15:03:25

Most likely a bad compiled lsp-mode, try to recompile/install it

otfrom15:03:03

That was my guess (having been bit by macro problems in elisp many years ago) I deleted the eln cache, but I'll see what else I might have to do. It might be a "fun" nix problem. That might drive me to installing it differently

otfrom15:03:17

Tho that wouldn't be the "nix way"

otfrom20:03:29

rolling forward seemed to work. Looks like there might have been some issues in some of the versions over the weekend? (or something went wrong in compilation and I didn't clear up the eln cache in a way that worked). Seems to work now after clearing the eln cache and updating to the latest

👍 1