Fork me on GitHub
#cider
<
2017-08-18
>
bja19:08:39

is there an out of the box way to make cider/nrepl not capture stdout?

bja19:08:58

or to dup stdout back to the real stdout of the jvm

bja19:08:21

ideally I'd be able to get it via nrepl and it'd also get to the jvm's stdout

dominicm20:08:44

so I'm guessing there's an nrepl option somewhere I'd bet.

dominicm20:08:52

Or are you talking about during an evaluation?

dpsutton20:08:24

this was a contentious thing in the past because the output not going to the repl in the past was a bug that was finally fixed

dpsutton20:08:29

but it doesn't make sense in general for stdout to not go to the repl. there was talk of putting ways to suppress it but it was abandonded