cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2021-03-01T17:24:46.001Z

closing in on getting in sync w/ Closure, in the future I think we'll try to stay more closely aligned

dnolen 2021-03-01T17:24:56.001400Z

only self parity tests seem to be failing now

dnolen 2021-03-01T17:25:22.002200Z

once we're past that can take a look at all the simple tickets / patches that have piled up and cut a new release

đź‘Ť 2
thheller 2021-03-01T18:16:02.004500Z

@dnolen are you going over the closure-library related changes as well or just the compiler? they removed a bunch of stuff from goog/base.js that cljs.core currently uses. most notably I believe goog.isString goog.isFunction and goog.typeOf. not sure if there are others. I could try to sort those out and provide a patch if you want.

Alexis Vincent 2021-03-01T19:07:44.005300Z

@thheller Seems like it’s sorted in https://github.com/clojure/clojurescript/commit/0d527975d496ad5c8d49b97c3d577cc17476db54

thheller 2021-03-01T19:13:48.005600Z

oh nice. I missed that commit.

dnolen 2021-03-01T19:43:16.006200Z

yeah I learned from the lessons of the past that these two things need to be bumped together 🙂

2021-03-01T20:05:51.006800Z

They must not have heard the “spec-ulation” talk.

dnolen 2021-03-01T20:11:19.007800Z

in the old days they were really good about it, but it feels like the leadership around the project has changed - but also perhaps the declining usage outside of Google has made them be more aggressive

đź‘Ť 1