Fork me on GitHub
#announcements
<
2022-02-09
>
borkdude09:02:40

SCI v0.2.9: Clojure/Script interpreter used in #babashka, #nbb, #obb, scittle, #clj-kondo, #jet and various other projects. https://github.com/babashka/sci/blob/master/CHANGELOG.md#v029

clojure-spin 14
sci 11
šŸš€ 1
borkdude20:02:07

clj-kondo, a linter for clojure (code) that sparks joy, v2022.02.09 āœØ clj-kondo 2022.02.09. ā€¢ FeatureĀ https://github.com/clj-kondo/clj-kondo/issues/1549: detect and warn on cyclic task dependencies in bb.edn (https://github.com/mknoszlig) ā€¢ FeatureĀ https://github.com/clj-kondo/clj-kondo/issues/1547: catch tasks undefined tasks present inĀ `:depends`. (https://github.com/mknoszlig) ā€¢ FeatureĀ https://github.com/clj-kondo/clj-kondo/issues/783:Ā `:keys`Ā can be used inĀ `:ret`Ā position, also fixes types return map call as input for another typed map function. (https://github.com/pfeodrippe) ā€¢ FeatureĀ https://github.com/clj-kondo/clj-kondo/issues/1526: detect redundant fn wrappers, likeĀ `#(inc %)`. SeeĀ https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md#redundant-fn-wrapper. This linter is :off by default, but may be enabled by default in future versions after more testing. ā€¢ FeatureĀ https://github.com/clj-kondo/clj-kondo/issues/1560: lint task definition keys in bb.edn (https://github.com/mknoszlig) ā€¢ FeatureĀ https://github.com/clj-kondo/clj-kondo/issues/1484: Add analysis information about protocol implementations. (https://github.com/ericdallo) ā€¢ FixĀ https://github.com/clj-kondo/clj-kondo/issues/1563: vector inside list should not be linted as function call when inside tagged literal. ā€¢ FixĀ https://github.com/clj-kondo/clj-kondo/issues/1540: imported class flagged as unused when it only appears in annotation metadata. ā€¢ FixĀ https://github.com/clj-kondo/clj-kondo/issues/1571: ignore spliced reader conditionals wrt. namespace sorting. ā€¢ FixĀ https://github.com/clj-kondo/clj-kondo/issues/1574: def usage context contains reference of the re-frame reg-sub it is used in. (https://github.com/benedekfazekas) Join #clj-kondo for more info.

šŸŽ‰ 24
clj-kondo 20