@thheller releasing 1.12.33 now, if it looks ok I can start putting some notes together for tomorrow
hrm spoke to soon - deploying failed, probably due to JVM version change
A bug with clojure.string/split in CLJS when a limit is provided: https://ask.clojure.org/index.php/14514/bug-in-clojurescript-string-split-with-limit.
thanks!
Just to clarify the bug report, I was trying to split on |. This does however require escaping, #"\|". which I wasn't aware of. So the observed difference in behavior when using #"|" may not be meaningful - but the additional example by @p-himik shows a difference in behavior compared to Clojure.
Found another problem though, further commented in the ask
@thheller let me know if you hit any trouble with 1.12.35, if all looks good can start preparing to update all the channels
I published the shadow-cljs 3.0.0 release, which bumps cljs/closure. seems to work, still need to upgrade some of my older projects. that'll take a while since they are on java11 on some rather old setups