cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
kommen 2020-04-06T10:02:53.181500Z

will try that, thx

kommen 2020-04-06T15:49:03.184700Z

@dnolen ran into this issue while building nextjournal with latest master, which I guess is a blocker. unfortunately I don’t think it would be easy to add a test for that, right?

kommen 2020-04-06T15:49:08.184900Z

https://clojure.atlassian.net/browse/CLJS-3224

dnolen 2020-04-06T16:20:11.185600Z

@kommen ... yeah not so easy to test for

dnolen 2020-04-06T16:20:56.186400Z

one idea - puppeteer is pretty solid - might be nice for some community written tests along these lines

kommen 2020-04-06T17:43:20.187800Z

mhm. actually, the issue was caught by our own puppeteer tests

dnolen 2020-04-06T17:51:22.188900Z

it just feels like a bit of work to setup puppeteer tests for something that we'd normally see before a release

dnolen 2020-04-06T17:51:44.189500Z

REPLs often catch this kind of thing, but the module stuff is a bit of an outlier because it's a build feature but needs a browser to test

dnolen 2020-04-06T17:52:16.190400Z

still GCL has been changing at a faster pace than in the past so if this keeps happening I'm not against it