This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-26
Channels
- # ai (1)
- # announcements (7)
- # babashka (2)
- # beginners (23)
- # biff (3)
- # calva (1)
- # chlorine-clover (3)
- # cider (2)
- # clj-kondo (12)
- # clojure (25)
- # clojure-brasil (4)
- # clojure-europe (33)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (1)
- # clojurescript (30)
- # clr (6)
- # consulting (1)
- # cursive (14)
- # data-science (1)
- # datalevin (4)
- # datomic (3)
- # events (4)
- # graphql (1)
- # gratitude (2)
- # hoplon (10)
- # inf-clojure (3)
- # interceptors (1)
- # introduce-yourself (1)
- # off-topic (13)
- # pathom (2)
- # pedestal (12)
- # rdf (14)
- # releases (6)
- # sci (17)
- # shadow-cljs (12)
https://github.com/NoahTheDuke/splint: Linter focused on style and code shape
1.7.0
• New rule: metrics/parameter-count
: Functions shouldn't have more than 4 positional parameters. Has :positional
and :include-rest
styles (only positional or include & args
rest params too?), and :count
configurable value to set maximum number of parameters allowed.
• -s
/ --silent
command line flag: Print literally nothing when running Splint.
• json
/ json-pretty
output: Print diagnostics as json using clojure.data.json
, and the same but prettified.
• --no-parallel
was producing a lazy seq, now consumes to actually check all files. Oops lol.
• Many other smaller fixes and changes
Totally agree 👍
Fulcro RAD 1.5.0 https://github.com/fulcrologic/fulcro-rad Bugfix: Fixed reference validation checking in forms. NOTE: This fix may cause your existing forms to enforce (correct) constraints that were not previously enforced, which may appear to be a breaking change to end users. Be sure to test any nested forms when upgrading to this version.
https://github.com/clj-kondo/clj-kondo: static analyzer and linter for Clojure code that sparks joy ✨
Just a few bugfixes since the last release!
2023.05.26
• https://github.com/clj-kondo/clj-kondo/issues/2083: fix regression with :missing-test-assertion
introduced in 2023.05.18
• https://github.com/clj-kondo/clj-kondo/issues/2084: add :refers
to :refer-all
finding
• https://github.com/clj-kondo/clj-kondo/issues/2086: false positive missing test assertion with swap!
• https://github.com/clj-kondo/clj-kondo/issues/2087: honor :config-in-comment for :unused-referred-var
io.github.hlship/cli-tools 0.7 https://github.com/hlship/cli-tools CLIs and subcommands for Clojure or Babashka Significant changes: • Use ANSI fonts to highlight tool names, command names, etc.