This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-07
Channels
- # announcements (7)
- # asami (3)
- # aws-lambda (2)
- # babashka (10)
- # beginners (30)
- # bristol-clojurians (3)
- # calva (13)
- # cider (26)
- # clj-kondo (6)
- # clojure (172)
- # clojure-europe (30)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-serbia (9)
- # clojure-uk (64)
- # clojurescript (76)
- # conjure (9)
- # cursive (46)
- # data-science (1)
- # datomic (6)
- # emacs (13)
- # etaoin (1)
- # fulcro (27)
- # girouette (4)
- # jobs (1)
- # joker (2)
- # lsp (7)
- # malli (19)
- # meander (47)
- # off-topic (123)
- # pathom (6)
- # reitit (3)
- # remote-jobs (7)
- # reveal (37)
- # ring-swagger (2)
- # shadow-cljs (60)
- # specter (5)
- # startup-in-a-month (3)
- # tools-deps (21)
- # vim (4)
Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.04.07-16.34.10:
• Fix renaming keywords in cljc files producing duplicate edits. @rvlo
• After project startup, publish all project only diagnostics to client. This is a approach done by other LSPs to make work features like https://emacs-lsp.github.io/lsp-mode/page/main-features/#project-errors-on-modeline. Feature flag via
lint-project-files-after-startup?
with default true
.
• Add experimental support for aarch64 linux native binary (the CI pipeline did't work yet, need to investigate @brandon.ringe )
• Fix formatting issues with a regression introduced on a previous release. - Fixes https://github.com/clojure-lsp/clojure-lsp/issues/399 and https://github.com/clojure-lsp/clojure-lsp/issues/396 c/c @nicdaoraf
Any issues with wrong LSP formatting/indentation, this release should fix it
Thanks!
I noticed what looks like a bug here: https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-clojure.el#L217-L218, where concat
is used instead of e.g. f-join
. This results in a missing path separator for the second item in the list (where lsp-workspace-root
returns a path without a trailing slash), and the result is a path something like "/Users/jcsims/code/kondo-test.clj-kondo/config.edn"
instead of "/Users/jcsims/code/kondo-test/.clj-kondo/config.edn"