practicalli / blog-cryogen

Cryogen powered blog with all the content used to generate the static website.
https://practical.li/blog-cryogen/
3 stars 2 forks source link

Faster dependency downloads with tools deps #50

Open practicalli-johnny opened 4 years ago

practicalli-johnny commented 4 years ago

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