cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
mfikes 2020-03-29T14:37:58.113600Z

Logged an issue surrounding goog.math.Long https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3219

dnolen 2020-03-29T19:10:23.113900Z

thanks will take a look

dnolen 2020-03-29T20:00:46.114100Z

@mfikes fixed

mfikes 2020-03-29T20:01:20.114700Z

Cool. At this point, I think we have patches queued for all currently known issues.

mfikes 2020-03-29T20:01:38.115100Z

(Surrounding the latest changes, of course. 😉 )

dnolen 2020-03-29T20:01:59.115400Z

anything else I should look at?

mfikes 2020-03-29T20:02:16.115800Z

Yeah, there are 2 or 3 CI ones... just a sec...

dnolen 2020-03-29T20:03:32.116200Z

thanks!

dnolen 2020-03-29T20:05:15.117100Z

approved those two, go for it

dnolen 2020-03-29T20:05:20.117300Z

looking at the first now

dnolen 2020-03-29T20:11:10.118Z

@mfikes ah yeah that's pretty trivial too - pushed what should be fix to master - feel free to resolve if that works for you

mfikes 2020-03-29T20:11:22.118200Z

Cool!

dnolen 2020-03-29T20:15:51.118900Z

goog.module was really a bad idea - goog.base used to be pretty simple - I see it's kind of complicated mess now

dnolen 2020-03-29T20:16:31.119400Z

at first I thought it was a bit clever but the whole runtime transpile thing is a kludge

😱 1