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.
TDEPS-246 is wip on this
See also https://ask.clojure.org/index.php/12913/using-deps-root-with-local-root
(it has bitten me too)
cool, thanks