Fork me on GitHub
#tools-deps
<
2022-10-25
>
timo13:10:56

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.

borkdude16:10:52

with deps.clj it is possible ...

borkdude16:10:28

but you could also just swap the deps.edn file on disk perhaps

👍 1
Alex Miller (Clojure team)13:10:10

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

👍 3
Alex Miller (Clojure team)15:10:59

if anyone has any feedback on the pre-release, let me know today, will probably do a stable release tomorrow