You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. I'm not quite clear on what you're saying though. Are you saying that by downgrading the command line tools version to 1.10.1.447 you fixed this issue; but running with 1.10.1.455 causes it to break?
i.e. is your point that this is not a bug with lein-tools-deps but with tools.deps itself, or are you saying this is a bug in lein-tools-deps?
@RickMoynihan I'm just saying that, if you depend on a project that uses version ranges, the ability to do lein deps broke. (Not saying where the error lies.) But, having said that, the ability to do clj -Stree continues to work.
If a project specifies version ranges, you can end up with an error like
Repro:
project.clj
:deps.edn
:Then do
lein deps
. Note, that for this setupclj -Stree
succeeds.This regressed with the 1.10.1.455 release of Clojure tools.
If you instead use 1.10.1.447, you and do
lein deps
you will getNote, to install and switch between different versions of the Clojure tools, I found this SO helpful: https://stackoverflow.com/a/55764594
The text was updated successfully, but these errors were encountered: