This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-25
Channels
- # announcements (2)
- # beginners (30)
- # biff (12)
- # calva (2)
- # cider (62)
- # clerk (18)
- # clj-commons (20)
- # clojure (9)
- # clojure-europe (6)
- # clojure-switzerland (1)
- # core-logic (6)
- # datomic (4)
- # events (3)
- # fulcro (1)
- # membrane (15)
- # off-topic (16)
- # portal (24)
- # practicalli (2)
- # releases (1)
- # rewrite-clj (45)
- # shadow-cljs (14)
- # tools-build (1)
- # xtdb (4)
https://github.com/practicalli/clojure-cli-config provides a range of aliases to support a Clojure REPL development workflow, extending the functions available in Clojure CLI.
monthly library version updates and debug related aliases, see project http://changelog.org for full details
• Add sayid related aliases with middleware :repl/debug
, :repl/debug-refactor
, :repl/rebel-debug
, :repl/rebel-debug-refactor
• :lib/flowstorm
for flowstom debugger
• Add org.clojure/tools.trace
to REPL Reloaded aliases - :repl/reloaded
, :dev/reloaded
• Update :test/run
to fail-fast by default, mimimising test runs when there are failed tests
• practicalli/clojure-cli-config
repository renamed (changed from clojure-deps-edn) - GitHub will automatically redirect URLs
• main
default branch (changed from live)
• ci: MegaLinter Java image 6.20.1
• ci: DeLaGuardo/setup-clojure 10.2, actions v3.5.0, clj-kondo v2023.03.17
• ci: workflows use main
branch
• Update library versions using clojure -T:search/outdated
(see project http://changelog.org for full details)
rewrite-clj 1.1.47 - Rewrite Clojure code and edn • Just wee fixes in this release relating to coercing strings to rewrite-clj nodes (thanks @borkdude!), see the https://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v1147---2023-03-25 for details. rewrite-clj is one of the many projects under the loving care of https://github.com/clj-commons.