This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-22
Channels
- # alda (2)
- # announcements (1)
- # babashka (32)
- # beginners (67)
- # calva (1)
- # cider (19)
- # clerk (11)
- # clj-commons (35)
- # clj-kondo (7)
- # cljsrn (2)
- # clojure (35)
- # clojure-europe (86)
- # clojure-nl (5)
- # clojure-norway (5)
- # clojure-russia (6)
- # clojurescript (16)
- # clr (21)
- # conjure (1)
- # core-async (10)
- # cryogen (1)
- # cursive (12)
- # data-science (1)
- # emacs (29)
- # events (4)
- # figwheel-main (2)
- # graalvm (9)
- # gratitude (7)
- # honeysql (4)
- # hugsql (3)
- # hyperfiddle (23)
- # jobs (1)
- # jobs-discuss (4)
- # joyride (9)
- # malli (2)
- # off-topic (81)
- # portal (7)
- # reagent (19)
- # reitit (1)
- # releases (4)
- # shadow-cljs (121)
- # xtdb (3)
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)
.
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"
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
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