tools-deps

borkdude 2023-05-23T10:09:52.501779Z

This might be a silly edge case but... I'm sometimes switching between git/sha + deps/root to :local/root and I expected this to work:

{:git/sha "..."
 :deps/root "render"}

=> 

{:local/root "/Users/borkdude/dev/clerk"
 :deps/root "render"}
but I think I also need to include the deps/root path into the :local/root here. Maybe something to consider?

imre 2023-06-10T15:52:55.373569Z

I have a patch submitted for this. It hasn't been reviewed yet so I don't know whether the general approach is acceptable but I'd be happy to get feedback so feel free to give it a spin if you feel like.

Alex Miller (Clojure team) 2023-05-23T11:21:10.198449Z

TDEPS-246 is wip on this

seancorfield 2023-05-23T14:25:57.475809Z

See also https://ask.clojure.org/index.php/12913/using-deps-root-with-local-root

seancorfield 2023-05-23T14:26:22.839799Z

(it has bitten me too)

borkdude 2023-05-23T14:31:30.574209Z

cool, thanks