cljs-dev

dnolen 2025-04-23T11:47:37.905249Z

@thheller releasing 1.12.33 now, if it looks ok I can start putting some notes together for tomorrow

dnolen 2025-04-23T11:51:14.975849Z

hrm spoke to soon - deploying failed, probably due to JVM version change

p-himik 2025-04-23T12:08:15.386439Z

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.

👍 1
dnolen 2025-04-23T12:17:48.131689Z

thanks!

👍 1
DrLjótsson 2025-04-23T12:35:51.272179Z

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.

DrLjótsson 2025-04-23T13:33:38.540829Z

Found another problem though, further commented in the ask

dnolen 2025-04-23T20:21:32.946269Z

@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

thheller 2025-04-24T07:29:55.225019Z

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