tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
seancorfield 2020-09-25T19:00:09.038400Z

@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 ...

seancorfield 2020-09-25T19:03:13.039100Z

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

alexmiller 2020-09-25T19:05:29.039400Z

I'll get to it

alexmiller 2020-09-25T19:05:51.039800Z

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

alexmiller 2020-09-25T19:06:30.040100Z

for now, -Stree exists

1
alexmiller 2020-09-25T19:29:28.041300Z

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 :)