Fork me on GitHub
#tools-deps
<
2023-05-23
>
borkdude10:05:52

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?

Alex Miller (Clojure team)11:05:10

TDEPS-246 is wip on this

seancorfield14:05:22

(it has bitten me too)

borkdude14:05:30

cool, thanks

imre15:06:55

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.