This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-25
Channels
- # babashka (65)
- # beginners (34)
- # biff (18)
- # calva (8)
- # clara (22)
- # clj-kondo (32)
- # clojure (24)
- # clojure-bay-area (4)
- # clojure-europe (135)
- # clojure-nl (3)
- # clojure-norway (9)
- # clojure-uk (1)
- # clojurescript (11)
- # clojutre (1)
- # core-async (8)
- # cursive (3)
- # datomic (31)
- # emacs (5)
- # fulcro (6)
- # graalvm (5)
- # graphql (3)
- # honeysql (1)
- # introduce-yourself (9)
- # kaocha (1)
- # lsp (65)
- # meander (5)
- # nbb (7)
- # nrepl (2)
- # off-topic (44)
- # rum (3)
- # shadow-cljs (23)
- # specter (1)
- # tools-deps (6)
- # vim (3)
- # xtdb (30)
Is it possible to specify a path to a deps.edn-file? Background is that I want to run a backwards-compatibility-test inside my project with the prior version of my deps each time my CI runs. So I would download from github the deps.edn-file from main-branch and run my tests with it.
Clojure CLI pre-release 1.11.1.1182 is now available (diffs from 1177 in bold):
• https://clojure.atlassian.net/browse/TDEPS-70 - Detect missing jar in classpath and download automatically
• https://clojure.atlassian.net/browse/TDEPS-232 - Add generic posix installer
• https://clojure.atlassian.net/browse/TDEPS-200 - Clean up default user deps.edn
• https://clojure.atlassian.net/browse/TDEPS-219 Fixed -X:deps find-versions
doesn't find Maven versions that start with a letter
• Add :n option to -X:deps find-versions
and default to 8
• During -X:deps prep
, use :exec-args of alias being prepped, if present
• During -X:deps prep
, also prep current project if needed add :current
flag to prep current project, default=false
• Fix bad invocation of deps/prep-libs! in clojure.tools.cli.api/prep
• Improve error message when local dep directory is missing
• Update deps to latest
if anyone has any feedback on the pre-release, let me know today, will probably do a stable release tomorrow