Fork me on GitHub
#announcements
<
2022-05-27
>
borkdude10:05:04

https://github.com/clj-kondo/clj-kondo/blob/master/CHANGELOG.md, a Clojure linter that sparks joy! clj-kondo https://github.com/clj-kondo/clj-kondo/issues/686: new :warn-on-reflection linter. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#warn-on-reflection. • https://github.com/clj-kondo/clj-kondo/pull/1692: new linter :redundant-call - warns when a function or macro call with 1 given argument returns the argument. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#redundant-call. • All new JVM clj-kondo.hooks-api API ns for REPL usage. See https://github.com/clj-kondo/clj-kondo/blob/master/doc/hooks.md#developing-hooks-in-the-repl. • https://github.com/clj-kondo/clj-kondo/pull/1674: config options to limit analysis of var-usages and bodies of var-definitions. Can be used to get a quick overview of a project's namespaces and vars, without analyzing their details. • https://github.com/clj-kondo/clj-kondo/pull/1674: Add support for custom function to be called for progress update, :file-analyzed-fn. • https://github.com/clj-kondo/clj-kondo/issues/1697: update docs and messaging around importing configs (https://github.com/lread) • https://github.com/clj-kondo/clj-kondo/issues/1700: allow discouraged var on non-analyzed (closed source) vars • https://github.com/clj-kondo/clj-kondo/issues/1703: update built-in cache with newest CLJ (1.11.1) and CLJS (1.11.54) versions • https://github.com/clj-kondo/clj-kondo/issues/1704: fix re-frame analysis bug • https://github.com/clj-kondo/clj-kondo/issues/1705: add pre-commit utility support via .pre-commit-hooks.yamlhttps://github.com/clj-kondo/clj-kondo/issues/1701: preserve locations in seqs and symbols in :macroexpand hook • https://github.com/clj-kondo/clj-kondo/issues/1685: Support .clj_kondo hook extension • https://github.com/clj-kondo/clj-kondo/issues/1670: parse error on auto-resolved keyword for current ns • https://github.com/clj-kondo/clj-kondo/issues/1672: support clojure.test/deftest-https://github.com/clj-kondo/clj-kondo/issues/1678: support with-precision Channel: #clj-kondo

clj-kondo 27
🎉 16
gratitude 5
borkdude 1
borkdude18:05:55

Released a small update that fixed a regression: 2022.05.28

mauricio.szabo22:05:20

Just published Clover version 0.3.0 - a socket REPL package for VSCode (exactly the same as Chlorine, but for VSCode and Codium). This new version adds support for Joyride by defining an API that's callable from Joyride (check the README: https://gitlab.com/clj-editors/clover#integration-with-joyride for more information) with interesting commands to also get blocks, top-blocks, current var and namespace, even without a REPL connected. It also exposes the user-defined custom commands over a quite experimental API for now! Discussions on #chlorine-clover.

🎉 10
joyride 4