cljs-dev

dnolen 2023-07-07T13:52:36.385659Z

@mfikes are there any 1.12 things outstanding?

mfikes 2023-07-07T16:00:55.631289Z

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

mfikes 2023-07-07T16:02:19.786149Z

Oh, there is the add-lib stuff that hasn't been ported right?

dnolen 2023-07-07T22:26:01.759799Z

is that a tooling thing or an actual Clojure thing?

mfikes 2023-07-07T22:27:14.653189Z

I think it could be a REPL tooling thing… I recall messing with it one in CLJS….

mfikes 2023-07-07T22:28:24.982499Z

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

mfikes 2023-07-07T22:29:25.734049Z

Wow. That was back in 2019

dnolen 2023-07-07T22:49:02.980779Z

hrm ok, seems kinda of minor really - can definitely make that work but maybe doesn't need to block anything

mfikes 2023-07-07T22:51:46.359779Z

I haven’t looked at how add-lib works in Clojure 1.12, so that experiment could be off

Adam Kalisz 2023-07-17T00:53:16.417469Z

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.