Fork me on GitHub
#tools-deps
<
2020-09-25
>
seancorfield19:09:09

@alexmiller Now that 1.10.1.697 is a stable release, any more thoughts on this discrepancy?

(! 740)-> clojure -Sforce -Stree
org.clojure/clojure 1.10.1
  org.clojure/spec.alpha 0.2.176
  org.clojure/core.specs.alpha 0.2.44
(! 741)-> clojure -Sforce -X:deps tree
org.clojure/clojure 1.10.1
  org.clojure/core.specs.alpha 0.2.44
  org.clojure/spec.alpha 0.2.176
org.clojure/tools.deps.alpha 0.9.810
  javax.inject/javax.inject 1
  com.cognitect.aws/api 0.8.408
    ... lots more stuff ...

seancorfield19:09:13

(I verified we do not see the same discrepancy with -Spom vs -X:deps mvn-pom)

Alex Miller (Clojure team)19:09:51

have not had a chance to finalize the plan for it yet

Alex Miller (Clojure team)19:09:30

for now, -Stree exists

3
Alex Miller (Clojure team)19:09:28

Clojure homebrew tap has the latest of course. Homebrew core and linux core should get this automatically now, but I have no idea how long that will take, looking forward to watching that :)