Fork me on GitHub
#announcements
<
2023-05-31
>
mccraigmccraig19:05:02

slip - a fully async compatible clj+cljs IOC micro-library https://github.com/yapsterapp/slip

🎉 22
Alex Miller (Clojure team)20:05:19

https://github.com/clojure/tools.gitlibs 2.5.197 - API for retrieving, caching, and programatically accessing git libraries • https://clojure.atlassian.net/browse/TDEPS-248 - Make tags return known tags when offline

Alex Miller (Clojure team)20:05:42

https://github.com/clojure/tools.deps 0.18.1354 - Deps as data and classpath generation • https://clojure.atlassian.net/browse/TDEPS-247 - Fix StackOverflow on deps with big fan-out • https://clojure.atlassian.net/browse/TDEPS-249 - Properly push/pop thread bindings during dep expansion • https://clojure.atlassian.net/browse/TDEPS-227 - Shut down dep expansion threads at end of resolve-deps • Update to tools.gitlibs 2.5.197 • Update to tools.deps.cli 0.9.43 for -X:deps

👍 14
🎉 10
Alex Miller (Clojure team)21:05:19

Clojure CLI https://clojure.org/releases/tools#v1.11.1.1347 is now available • With -X or -T accept - as a trailing argument to read the remainder of args from stdin • On windows installer, hide progress bar on download • https://clojure.atlassian.net/browse/TDEPS-247 - Fix StackOverflow on deps with big fan-out • https://clojure.atlassian.net/browse/TDEPS-249 - Properly push/pop thread bindings during dep expansion • https://clojure.atlassian.net/browse/TDEPS-227 - Shut down dep expansion threads at end of resolve-deps • https://clojure.atlassian.net/browse/TDEPS-248 - Make tags return known tags when offline

🎉 16
clojure-spin 6
seancorfield21:05:41

> With -X or -T accept - as a trailing argument to read the remainder of args from stdin This is prep for fixing the add-libs stuff with large dep trees, in 1.12 Alpha 4?