lsp

ericdallo 2025-01-23T12:33:07.701139Z

clojure-lsp Released first release of clojure-lsp this year, https://github.com/clojure-lsp/clojure-lsp/releases/tag/2025.01.22-23.28.23, with important bumps and fixes! • General ◦ Bump clj-kondo to 2025.01.16 ◦ Bump lsp4clj to 1.11.0. ◦ Add semantic version sorting in completion lib versions. https://github.com/clojure-lsp/clojure-lsp/issues/1913 ◦ Fix internal error in range formatting. https://github.com/clojure-lsp/clojure-lsp/issues/1931 ◦ Drop support for jdk 8. https://github.com/clojure-lsp/clojure-lsp/issues/1942 ◦ Improve CI speed for Windows and linux aarch64 builds • Editor ◦ Change simple keyword completion to return all known keywords. https://github.com/clojure-lsp/clojure-lsp/issues/1920 ◦ Return textEdit to CompletionItems to fix completion in Zed https://github.com/clojure-lsp/clojure-lsp/issues/1933 ◦ Restrict linked edits to namespace aliases only, and fix a few related issues https://github.com/clojure-lsp/clojure-lsp/pull/1947 • API/CLI ◦ Add :project-and-shallow-analysis type to dump command ◦ Add :diagnostics to dump command output (successor of :findings)

4
11
❤️ 6
Cora (she/her) 2025-01-23T00:52:18.512299Z

looks like https://github.com/clojure-lsp/clojure-lsp/actions/runs/12919000116 is blocked by an approval? my brew upgrade is failing because it can't download (the release didn't finish so the file isn't there, even though the homebrew repo was updated)

➕ 1
ericdallo 2025-01-23T12:22:07.789689Z

the homebrew repo was not supposed to be updated, I'll fix it

ericdallo 2025-01-23T12:33:16.168549Z

should be fixed

1
Cora (she/her) 2025-01-23T00:52:49.387209Z

cc @ericdallo