Article title
Faster dependency downloads with tools deps
Article description or content
A good article would include
an introduction to the subject to be covered and why its valuable
detailed description of the subject, including lots of examples (code, screenshots, videos, etc).
a summary of the lessons learned in the article
Content should be written in markdown (although I am experimenting with asciidoc). Images and videos should be shared as publicly accessible links
tools.deps.alpha 0.8.661 and clj 1.10.1.507 are now available
New: concurrent downloads make things significantly faster when downloading lots of stuff
New: -Sthreads can be used to explicitly set the concurrency level, but you generally shouldn't need it
New: -- can be used in clj as a separator between clj dep args and clojure.main args. For example clj -A:tool -- -A:foo will activate the tool alias, which may specify a main class, then -A:foo will be passed to that program (thanks Dominic Monroe!)
Fix: regression in -Spom not populating since tda 0.8.573
Fix: manifest type lookup on resolved git dep coordinates (probably of interest to almost no one, but affected tools.deps.graph)
Creative Commons license
All ideas and content submitted will be used for any Practicalli content under a Creative Commons license and will be freely available
Article title Faster dependency downloads with tools deps
Article description or content A good article would include
Content should be written in markdown (although I am experimenting with asciidoc). Images and videos should be shared as publicly accessible links
tools.deps.alpha 0.8.661 and clj 1.10.1.507 are now available New: concurrent downloads make things significantly faster when downloading lots of stuff New: -Sthreads can be used to explicitly set the concurrency level, but you generally shouldn't need it New: -- can be used in clj as a separator between clj dep args and clojure.main args. For example clj -A:tool -- -A:foo will activate the tool alias, which may specify a main class, then -A:foo will be passed to that program (thanks Dominic Monroe!) Fix: regression in -Spom not populating since tda 0.8.573
Fix: manifest type lookup on resolved git dep coordinates (probably of interest to almost no one, but affected tools.deps.graph)
Creative Commons license All ideas and content submitted will be used for any Practicalli content under a Creative Commons license and will be freely available