Fork me on GitHub
#releases
<
2023-03-22
>
Noah Bogart14:03:51

https://cljdoc.org/d/io.github.noahtheduke/splint/ a Rubocop and Kibit inspired linter focused on style and code shape, is now at v1.0. I fixed a bunch of bugs I found in various linting rules, wrote some more documentation (on-going), and feel like I don't wanna wait around more. Specific updates include: • Add --parallel and --no-parallel to support running it single-threaded, defaults to true. • style/def-fn: Prefer (let [z f] (defn x [y] (z y))) over (def x (let [z f] (fn [y] (z y)))). (Based on the clj-kondo linter.) • lint/try-splicing: Prefer (try (do ~@body) (finally ...)) over (try ~@body (finally ...)). • lint/body-unquote-splicing: Prefer (binding [max mymax] (let [res# (do ~@body)] res#)) over (binding [max mymax] ~@body).

clojure-spin 8
🎉 4
🎂 4
serioga15:03:13

https://github.com/strojure/undertow — Clojure API to Undertow web server. 1.3.0-116 • (feat session): use HttpOnly and SameSite=Lax in session cookie defaults --- https://github.com/strojure/ring-undertow — Clojure ring adapter to Undertow web server. 1.1.0-102 • (deps feat): upgrade strojure/undertow "1.3.0-116"

🎉 2
borkdude20:03:58

https://github.com/babashka/neil: a CLI to add common aliases and features to deps.edn-based projects See the https://blog.michielborkent.nl/new-clojure-project-quickstart.html blog post for a gentle introduction into neil. 0.1.60 (2023-03-22) • https://github.com/babashka/neil/issues/177: neil dep add: add latest unstable version if no stable versions are found (https://github.com/teodorlu) • Continue upgrading deps even when some HTTP calls contain 5xx response codes

borkdude 2
🎉 6
rads21:03:54

https://github.com/babashka/bbin: Install any Babashka script or project with one command 0.1.12 • https://github.com/babashka/bbin/issues/60`XDG_DATA_HOME`https://github.com/babashka/bbin/issues/60

🎉 6