Fork me on GitHub
#cljs-dev
<
2018-12-02
>
thheller11:12:20

I added a patch to https://dev.clojure.org/jira/browse/CLJS-2960 in case someone wants to review it. I did not run the tests yet (or added a test for it), will do later. AFK for a while.

mfikes13:12:36

I'm running it through the CI / Canary machinery for now.

mfikes14:12:26

Whoever writes the next ticket gets CLJS-3000 🤓

thheller15:12:26

how come the CLJS test-suite isn't run though node? I'm on windows and no idea how to install any of the engines beside nashorn

mfikes15:12:49

@thheller Oftentimes when code changes in macros fail under script/test-self-partity, in involves the need for qualifying some core symbol as in core/when

thheller15:12:58

@mfikes yeah I added a bunch of those but guess I still missed one

thheller15:12:03

no idea which one though

thheller15:12:07

ah found it