This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-23
Channels
- # announcements (2)
- # atom-editor (3)
- # babashka (49)
- # beginners (100)
- # biff (9)
- # calva (78)
- # clj-kondo (18)
- # clojure (143)
- # clojure-europe (13)
- # clojure-germany (1)
- # clojure-nl (2)
- # clojure-spec (5)
- # clojure-sweden (2)
- # clojure-uk (4)
- # clojurescript (58)
- # conjure (1)
- # cursive (4)
- # datascript (11)
- # datomic (63)
- # docker (7)
- # emacs (18)
- # events (1)
- # fulcro (18)
- # graalvm (5)
- # helix (4)
- # improve-getting-started (13)
- # jobs (4)
- # jobs-discuss (3)
- # lsp (15)
- # malli (90)
- # membrane (14)
- # off-topic (12)
- # other-languages (5)
- # pedestal (7)
- # polylith (53)
- # re-frame (15)
- # reitit (23)
- # releases (4)
- # remote-jobs (9)
- # ring (11)
- # shadow-cljs (90)
- # specter (2)
- # testing (3)
- # tools-build (63)
- # vim (2)
- # xtdb (8)
Released https://clojure-lsp.io/ https://github.com/clojure-lsp/clojure-lsp/releases/tag/2022.02.23-12.12.12 with a lot of performance improvements and some new features!
Main highlights:
The focus of this release was to make clojure-lsp faster on a lot of places, especially on the post-startup time, which stands for the time clojure-lsp analyzed whole project with clj-kondo default linters but is yet linting whole project for unused-public-vars and looking for test trees. 🚀
We did lots of completion and code actions performance improvements thanks to @jacob.maine which did a great help on that! 👏
Following @borkdude suggestion, clojure-lsp by default now check source-paths from the classpath string and not manually checking your project deps file, this should decrease a lot the false-positives of wrong source-paths, especially for lein/deps mono-repo projects! Check https://clojure-lsp.io/settings/#source-paths-discoveryfor more details 🏁
And at least but not last, we now have support for finding implementations of defprotocols following LSP spec and with the help of clj-kondo 🎉 check the gif for a example
This release was supported by https://www.clojuriststogether.org/
Thank you for the new gold sponsor https://github.com/180seg 🧡
For more information check #lsp





Mediquest has open sourced its Zorgrank API project at https://github.com/mediquest-nl/zorgrank. It’s a Luminus project that aims to help a general practitioner and patient make joint decisions about the most suitable follow-up care by ranking care providers using a selection model called ZorgRank. Example client of the API can be found here: https://zorgrank-client-demo.mediquest.cloud and the Swagger docs here: https://zorgrank-demo.mediquest.cloud.