Fork me on GitHub
#releases
<
2023-04-24
>
Noah Bogart14:04:11

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

🎉 4
borkdude19:04:41

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

🎉 4