@mfikes are there any 1.12 things outstanding?
I've recently scanned through the latest commits for Clojure 1.12 and I don't recall finding anything huge that needed porting. This minor one came to mind, but it looks like it was really a Clojure 1.11 one https://clojure.atlassian.net/browse/CLJS-3363
Oh, there is the add-lib stuff that hasn't been ported right?
is that a tooling thing or an actual Clojure thing?
I think it could be a REPL tooling thing… I recall messing with it one in CLJS….
Based on this old experiment (if even still valid), it involved a small change in the CLI code to make it work https://gist.github.com/mfikes/a81ae3d006830dc34663f976aaf2291b
Wow. That was back in 2019
hrm ok, seems kinda of minor really - can definitely make that work but maybe doesn't need to block anything
I haven’t looked at how add-lib works in Clojure 1.12, so that experiment could be off
Would be cool to get a release, last release is almost 3/4 of a year old now and there is a number of improvements since then.