nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
dominicm 2019-03-08T16:03:46.011900Z

I'm running into an issue which looks eerily like the one we just fixed in piggieback, but without piggieback in the stack. Just that the transport/send line in replying-PrintWriter is complaining about implementations and nil.

dominicm 2019-03-08T16:04:29.012600Z

It's happening by something doing prn while running tests, but in the fixtures rather than the test itself.

cichli 2019-03-08T17:28:42.013Z

clojure.test does capture the value of *out* at load time: https://github.com/clojure/clojure/blob/master/src/clj/clojure/test.clj#L271

cichli 2019-03-08T17:30:11.014Z

But if it’s only happening in fixtures… it could be unrelated to that

dominicm 2019-03-08T18:18:49.015300Z

Looks like it is happening during tests too