leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Audrius 2020-02-28T10:01:23.004800Z

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

2020-02-28T18:12:41.005200Z

trampoline shouldn't effect STDIO usage

Audrius 2020-02-28T18:24:10.005400Z

edited - I meant STDERR

2020-02-28T18:27:21.005600Z

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

Audrius 2020-02-28T18:32:21.005800Z

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.

Audrius 2020-02-28T18:32:35.006Z

How to make it appear in the launching tab

2020-02-28T18:52:46.006200Z

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