Fork me on GitHub
#cursive
<
2016-02-16
>
stijn08:02:08

is it possible to show the output of failed tests in the repl (or in some other window) instead of inside a tooltip?

stijn08:02:41

and if so, can we use humane test output? simple_smile

cfleming20:02:12

@stijn: I’m going to be making a change soon so that the test output will also be shown in the REPL console as well as in the IDE

stijn20:02:17

Ah, nice!

cfleming20:02:38

@stijn: What sort of output are you looking for? Have you seen the data structure diff view?

denik21:02:31

Cursive indents go-loop bindings differently depending on whether they’re in clj or cljs. How do I add cljs.core-async.macros/go-loop to code-style?

cfleming22:02:50

I’ll add that as a default formatting case too, thanks.

denik22:02:00

that worked, thank you @cfleming