They've, as usual, https://medium.com/graalvm/welcome-graalvm-for-jdk-23-203928491b2b
Any interesting features?
Yeah, the usual faster, smaller, and less memory claim should be interesting to verify! I'm also interested in the new build reports.
Nice, will try after Heart of Clojure
The Graal team seems strong. Each release typically comes with significant improvements.
I'll try it out in yamlscript along with with 1.12.0 and report back.
The great new is everything built and tested perfectly with 23 and 1.12.0!
But I saw no noticable differences in native-image build time, or binary artifact size.
Good to be up to date at least.
How often do you guys update library dependency versions? I have only done it as needed, and I don't actually know how to do it automatically.
I use project.clj but set up to generate matching deps.edn files...
Does lein have a deps version updater or similar?
lein ancient, deps.edn has antq or neil dep upgrade
maybe antq does also leiningen btw
Yeah pretty sure antq does project.clj
I could also try neil on the deps.edn files and apply the changes back to project.clj
I'll try antq too. cheers
I tend to keep things up to date • to make sure my libs work with latest • to take advantage of new featues and bug fixes • to help the community by testing out new versions of libs and reporting any problems I find
not a huge concern as everything is working, but yeah @lee those goals are 👍
super impressed that 1.12.0 broke non of my old deps
as it should (not), welcome to clojure ;)
aye. I've heard rich talk that talk. but now I'm a believer
gotta catch some zzzz now, I'm at #heartofclojure conference and have an unexpected second workshop coming up tomorrow since the first one was fully booked
and still no good at typing...
ah well, clojure is dynamically typed anyway
I meant typing text on a laptop keyboard 😄
I know, it was a joke 😂
maybe I need to type more dynamically!!!
have a great conference
> How often do you guys update library dependency versions? usually, it is not required You can upgrade if you want to use any new feature 🙂 Bump libraries for no reason is a antipattern imho About security: blindly upgrade libraries is exchange know security bugs for unknown security bugs.
> super impressed that 1.12.0 broke non of my old deps if it breaks please report it. It is probably a bug.