https://github.com/donut-party/generate - code generation a la rails generate
https://clojure.org/news/2026/05/12/clojure-1-12-5 • https://clojure.atlassian.net/browse/CLJ-2945 - reify - incorrectly transfers reader metadata to runtime object • https://clojure.atlassian.net/browse/CLJ-2228 - constantly - unroll to remove rest args allocation
yes, @seancorfield, there will be a CLI release later today :)
🤣 As if I would ask such a thing immediately! So 1.12.5 is the same as rc1 (and alpha1)?
let us know if you see any mild GC improvements @seancorfield
not expecting the world, depends on how many reify objects you make
is no different than rc1 or alpha1
We've had rc1 in production since the day of release, I think. We had alpha1 in production before that. So we'd have to go back a while in New Relic to see any differences...
Clojure CLI 1.12.5.1638 is now available, just updates to 1.12.5 and some other minor version updates
Thank you. Rolling that out everywhere 🙂
deps.clj released
https://github.com/seancorfield/deps-new v0.12.1 883e82c - Create new projects for the Clojure CLI / deps.edn
clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
• Update Clojure in generated projects to 1.12.5.
• Also: v0.12.0 updated the default license in generated projects to EPL-2.0 (from EPL-1.0), and updated various dev/test deps in generated projects
Follow-up in #deps-new