Fork me on GitHub
#leiningen
<
2020-02-28
>
Old account10:02:23

Hello, is there any things to know about Leiningen's trampoline and STDERR?

noisesmith18:02:41

trampoline shouldn't effect STDIO usage

Old account18:02:10

edited - I meant STDERR

noisesmith18:02:21

STDIO includes STDERR as well - trampoline shouldn't change these things

Old account18:02:21

Say - I launch lein run or with trampoline and then connect to the process with NREPL and run `(.println System/err "something"). I then get output in the repl, but not in the launching terminal tab.

Old account18:02:35

How to make it appear in the launching tab

noisesmith18:02:46

hmm - so you want system/err of the client to be the launching terminal? I'm not sure how to hook that up, sorry