Sebastian Bensusan
Sebastian Bensusan
Hey @MatthewDarling Thanks! That is exactly what I had in mind earlier in the thread. Overriding the default `cljs.test` reporters is a matter of importing the right multimethods implementing JUnit...
That sounds like a sensible rule. figwheel has some good error reporting, maybe we should steal it.
We could try out but I wouldn't want to run it for every other optimization mode. I'll think about the best way to communicate to the runners the compiler settings...
Are you talking about [this](https://github.com/bensu/doo/blob/master/library/resources/runners/rhino.js#L32)? The check for "what has been properly loaded" should be more comprehensive. The only thing that prevented me was that it would be the exact...
After looking at [CLJS-1076](http://dev.clojure.org/jira/browse/CLJS-1076), I realize two things: 1. All efforts should be directed at working with Nashorn not Rhino 2. Getting Rhino/Nashorn to work with `:none` needs to be...
Hi @huahaiy , Thanks for noticing it! A PR would be welcome.
Can you trigger a rebuild?
Thanks. Looks good to me. I'll merge once we get the tests passing (which is probably npm shenanigans)
Hey @orther I tried running the [tests again](https://circleci.com/gh/bensu/doo/79) and we've made some progress. The Slimerjs issues were probably due to something broken on their end, and I would remove the...
Hi @vemv, Can you please check if there is anything in Karma that would help us get that behavior?