This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-03
Channels
- # announcements (5)
- # babashka (7)
- # beginners (119)
- # biff (4)
- # cider (7)
- # clj-kondo (26)
- # cljfx (3)
- # cljs-dev (2)
- # clojure (28)
- # clojure-austin (18)
- # clojure-europe (9)
- # clojure-france (6)
- # clojure-norway (4)
- # clojure-uk (3)
- # clojurescript (6)
- # community-development (1)
- # core-async (4)
- # cursive (9)
- # data-science (12)
- # datomic (13)
- # duct (18)
- # emacs (15)
- # etaoin (5)
- # events (13)
- # honeysql (46)
- # hyperfiddle (9)
- # jackdaw (5)
- # jobs (13)
- # keechma (4)
- # lsp (37)
- # malli (32)
- # nbb (14)
- # off-topic (10)
- # other-languages (2)
- # polylith (4)
- # programming-beginners (3)
- # reagent (27)
- # reitit (1)
- # shadow-cljs (32)
- # sql (11)
- # tools-build (5)
- # tools-deps (3)
- # vim (14)
- # xtdb (11)
I'm releasing clj-nix 0.3.0
There are 2 new helper functions:
• mkBabashka
: Builds babashka with custom features (like sqlite)
• bbTasksFromFile
: Helper to wrap the Clojure functions in a file as bash scripts. Useful to create nix shells with custom commands.
Full changelog: https://github.com/jlesquembre/clj-nix/blob/0.3.0/CHANGELOG.md
Docs: https://github.com/jlesquembre/clj-nix
Awesome. Feel free to PR here too: https://github.com/babashka/toolbox
clj-kondo 2022.08.03! ✨
• https://github.com/clj-kondo/clj-kondo/issues/1755: Fix false positive invalid-arity when using mapcat transducer in sequence with multiple collections
• https://github.com/clj-kondo/clj-kondo/issues/1749: expose
clojure.pprint/pprint
to the hooks API
• https://github.com/clj-kondo/clj-kondo/issues/698: output rule name with new output option :show-rule-name-in-message true
. See example in https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#show-rule-name-in-message.
• https://github.com/clj-kondo/clj-kondo/issues/1735 Add support for nilable map type specs
• https://github.com/clj-kondo/clj-kondo/issues/1744 Expose :imported-ns
in analysis of vars imported by potemkin
• https://github.com/clj-kondo/clj-kondo/issues/1746 Printing deps.edn error to stdout
• https://github.com/clj-kondo/clj-kondo/issues/1716 Include dispatch-val in analysis of defmethod
• https://github.com/clj-kondo/clj-kondo/issues/1760 Add :arglist-strs
support for functions defined with fn
• https://github.com/clj-kondo/clj-kondo/issues/1731: prioritize special form in name resolving
• https://github.com/clj-kondo/clj-kondo/issues/1739: Namespaced map type check fix
• Fix https://github.com/clj-kondo/clj-kondo/issues/1737: config-in-ns for specific namespace + ns-group override
• Fix https://github.com/clj-kondo/clj-kondo/issues/1741: Ignore redundant-call when single call is made in .cljc

Quick question, I use clj-kondo
through clojure-lsp
(unless I'm mistaken haha) so do I actually need to keep upgrading clj-kondo
or can I just stick to upgrading clojure-lsp
? Is the lsp relying on the version I have installed or does it come with it packaged?
@U9J50BY4C clojure-lsp will upgrade eventually to this version, so if you're not using clj-kondo outside of your editor, there is no need to upgrade