tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
2021-05-28T11:06:12.061700Z

Is .cpcache only used in the local directory, not from transitive dirs

2021-05-28T11:06:19.062Z

just wondering what I need to clean up

borkdude 2021-05-28T11:09:37.063100Z

@otfrom fwiw -Sforce ignores the local .cpcache. When not using that, the CLI calculates a hash of the used deps.edn + options and looks if there is already a file with that hash. All only in the local directory.

2021-05-28T11:10:23.063800Z

thx!

borkdude 2021-05-28T11:12:30.064700Z

(this is a faithful translation from the bash/Powershell code to Clojure)