Is .cpcache only used in the local directory, not from transitive dirs
just wondering what I need to clean up
@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.
thx!
For reference: https://github.com/borkdude/deps.clj/blob/master/src/borkdude/deps.clj#L453-L458
(this is a faithful translation from the bash/Powershell code to Clojure)