tools-deps 2023-05-23

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?

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

(it has bitten me too)

cool, thanks