This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-16
Channels
- # announcements (2)
- # babashka (51)
- # beginners (165)
- # biff (39)
- # clara (1)
- # clj-kondo (20)
- # cljsrn (6)
- # clojure (64)
- # clojure-belgium (11)
- # clojure-conj (2)
- # clojure-europe (12)
- # clojure-nl (3)
- # clojure-norway (7)
- # clojure-uk (6)
- # clojurescript (11)
- # conf-proposals (1)
- # conjure (1)
- # core-async (19)
- # cursive (6)
- # data-science (16)
- # datomic (6)
- # deps-new (4)
- # fulcro (60)
- # funcool (3)
- # graalvm (9)
- # helix (14)
- # introduce-yourself (4)
- # jobs-discuss (13)
- # joyride (1)
- # kaocha (2)
- # malli (12)
- # off-topic (25)
- # polylith (9)
- # portal (3)
- # practicalli (1)
- # rdf (43)
- # re-frame (7)
- # reagent (5)
- # releases (5)
- # remote-jobs (8)
- # sci (5)
- # shadow-cljs (42)
- # squint (6)
- # xtdb (5)
https://github.com/babashka/bbin: Install any Babashka script or project with one command 0.1.6 • https://github.com/babashka/bbin/commit/82dbee1e0f472cf4f6dda82858c848ed5b4a0709`io.github.rads/deps-info`https://github.com/babashka/bbin/commit/82dbee1e0f472cf4f6dda82858c848ed5b4a0709`v0.0.11` ◦ New features: ▪︎ https://github.com/babashka/bbin/issues/48 ▪︎ https://github.com/babashka/bbin/issues/3

Small release of deja-fu, which changes distance-in-words
to include weeks. (`distance-in-words` is as relatively new function if you missed our last deja-fu release in October.)
https://github.com/lambdaisland/deja-fu/releases/tag/v1.4.58

Also, there's a new Kaocha release: https://clojurians.slack.com/archives/CCY2V0U6A/p1673896917240939

https://github.com/clj-kondo/clj-kondo: static analyzer and linter for Clojure code that sparks joy ✨
2023.01.16
• https://github.com/clj-kondo/clj-kondo/issues/1920: new linter :def-fn
: warn when using fn
inside def
, or fn
inside let
inside def
(https://github.com/andreyorst).
• https://github.com/clj-kondo/clj-kondo/issues/1949: :aliased-namespace-var-usage
gives erroneous output for keywords
• Add test for https://github.com/clj-kondo/clj-kondo/issues/1944 (already worked)
• Don't reload SCI namespace on every hook usage
