This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-23
Channels
- # babashka (22)
- # beginners (8)
- # calva (7)
- # clj-kondo (65)
- # cljdoc (9)
- # cljsrn (1)
- # clojure (53)
- # clojure-australia (4)
- # clojure-europe (49)
- # clojure-gamedev (2)
- # clojure-italy (13)
- # clojure-nl (1)
- # clojure-spec (19)
- # clojure-uk (4)
- # clojurescript (48)
- # clojureverse-ops (1)
- # core-async (3)
- # css (2)
- # cursive (15)
- # datomic (6)
- # degree9 (2)
- # depstar (4)
- # emacs (2)
- # find-my-lib (1)
- # fulcro (16)
- # graalvm (11)
- # gratitude (1)
- # honeysql (9)
- # introduce-yourself (2)
- # jobs (1)
- # joker (2)
- # livestream (2)
- # malli (16)
- # nbb (4)
- # news-and-articles (2)
- # off-topic (1)
- # pathom (7)
- # polylith (10)
- # practicalli (1)
- # re-frame (7)
- # reitit (1)
- # releases (3)
- # remote-jobs (1)
- # rewrite-clj (19)
- # shadow-cljs (10)
- # tools-build (1)
- # tools-deps (9)
- # uncomplicate (1)
- # vim (3)
- # xtdb (44)
io.github.clojure/tools.build {:git/tag "v0.1.9" :git/sha "6736c83"} is now available • git-count-revs - add :path option • pom-path - new task that computes the path to the pom.xml in a jar

https://github.com/lread/test-doc-blocks/blob/main/CHANGELOG.adoc#v10137-alphahttps://github.com/lread/test-doc-blocks/blob/main/CHANGELOG.adoc#v10137-alphahttps://github.com/lread/test-doc-blocks/blob/main/CHANGELOG.adoc#v10137-alpha - Test AsciiDoc and CommonMark code blocks found in articles and docstrings • mostly just dusting off the cobwebs for this release - docs and deps updated • personally using this to test documentation code blocks in rewrite-clj, might work for your project too, feedback is most welcome!
https://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v10682-alphahttps://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v10682-alpha - Rewrite Clojure Code and EDN!
• I don’t think these will have affected many folks - but want to get fixes out into the wild:
◦ zipper now works correctly when using both :auto-resolve
and :track-position?
options
◦ a Cons now coerces to a list node (thanks @borkdude!)
• and thanks to @vemv rewrite-clj sources are now also linted with Eastwood