This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-14
Channels
- # ai (24)
- # announcements (36)
- # babashka (15)
- # babashka-sci-dev (8)
- # beginners (18)
- # biff (4)
- # calva (24)
- # cider (13)
- # clj-kondo (1)
- # clj-on-windows (2)
- # clojars (15)
- # clojure (120)
- # clojure-dev (13)
- # clojure-europe (69)
- # clojure-nl (1)
- # clojure-norway (8)
- # clojure-uk (2)
- # clojurescript (4)
- # core-logic (2)
- # cursive (6)
- # datomic (193)
- # dev-tooling (4)
- # emacs (1)
- # hyperfiddle (57)
- # lsp (56)
- # malli (11)
- # missionary (15)
- # nbb (61)
- # off-topic (8)
- # polylith (8)
- # practicalli (2)
- # proletarian (1)
- # reitit (3)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (13)
- # spacemacs (1)
- # specter (2)
- # sql (17)
- # tools-deps (3)
- # vim (38)
Update to https://github.com/practicalli/clojure-cli-config
I'm simplifying the qualifiers being used in the alias names by dropping the env
qualifier. I have never been that happy with this as a qualifier and its removal makes the configuration simpler to understand and use overall.
This results in renaming two aliases, so a breaking change although hopefully not that impactful to any workflow
• :env/test
is now :test/env
• :env/dev
is now :dev/env
I've added a scheduled GitHub workflow using liquidz/antq to see if this is a useful addition. It will provide a daily report to help decide when a monthly update of library versions is useful to commit, or possibly update versions more frequently.
The worlfow may also highlight a few library versions I dont regularly change, although I believe these have all moved to the deprecated-deps.edn
file now.