This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-24
Channels
- # ai (41)
- # announcements (4)
- # babashka (14)
- # beginners (24)
- # calva (7)
- # clj-kondo (36)
- # cljsrn (4)
- # clojure (68)
- # clojure-austin (2)
- # clojure-europe (39)
- # clojure-nl (2)
- # clojure-norway (37)
- # clojure-uk (2)
- # clojurescript (7)
- # clr (8)
- # community-development (16)
- # core-async (7)
- # datalevin (67)
- # fulcro (11)
- # helix (1)
- # honeysql (2)
- # london-clojurians (2)
- # off-topic (60)
- # pedestal (3)
- # portal (2)
- # practicalli (1)
- # re-frame (7)
- # reitit (49)
- # releases (3)
- # shadow-cljs (2)
- # xtdb (16)
https://github.com/NoahTheDuke/splint: Clojure linter focused on idioms and code shape
1.2.4
• Fixed false-positive when relying on interop in fn-wrappers: #(Integer/parseInt %)
won't be flagged anymore, and neither will (import (java.util.regex Pattern)) #(Pattern/compile %)
.
• Various performance improvements, removing laziness and relying on short-circuiting where appropriate.
• Lots of small bug fixes around namespace functions (`ns`, require
, import
, etc).
Follow-up in #splint
https://github.com/babashka/instaparse-bb: Use https://github.com/Engelberg/instaparse from babashka!
Updates since January:
0.0.3
• Upgrade pod to 0.0.3 (https://github.com/judepayne)
• Expose new functions parses
and transform
(https://github.com/judepayne)
0.0.2
• Fix serialization of AutoFlattenSeq
Thanks @U121T48Q6