Fork me on GitHub
#cljs-dev
<
2023-07-07
>
dnolen13:07:36

@mfikes are there any 1.12 things outstanding?

mfikes16:07:55

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

mfikes16:07:19

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

dnolen22:07:01

is that a tooling thing or an actual Clojure thing?

mfikes22:07:14

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

mfikes22:07:24

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

mfikes22:07:25

Wow. That was back in 2019

dnolen22:07:02

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

mfikes22:07:46

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

Adam Kalisz00:07:16

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.