Fork me on GitHub
#tools-deps
<
2018-03-16
>
dnolen13:03:02

@alexmiller the behavior of -R seems a big strange to me, shouldn’t it compose any aliases + your local deps.edn deps?

Alex Miller (Clojure team)13:03:18

-R is solely about selecting aliases to be used when resolving deps. The aliases it can select from are those produced by the combined deps.edn files in play, which typically includes your install, user, local deps.edn (and -Sdeps passed on command line)

Alex Miller (Clojure team)13:03:31

aliases are not pulled from transitive deps

Alex Miller (Clojure team)13:03:22

I’m not sure that would even be possible based on the order in which things are resolved