Fork me on GitHub
#announcements
<
2022-08-03
>
jose15:08:54

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

👍 7
🎉 3
borkdude15:08:59

Awesome. Feel free to PR here too: https://github.com/babashka/toolbox

borkdude15:08:31

clj-kondo 2022.08.03! clj-kondo 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

🎉 25
clj-kondo 4
Chase17:08:19

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?

borkdude17:08:17

@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