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
.
It's happening by something doing prn
while running tests, but in the fixtures
rather than the test itself.
clojure.test does capture the value of *out*
at load time: https://github.com/clojure/clojure/blob/master/src/clj/clojure/test.clj#L271
But if it’s only happening in fixtures… it could be unrelated to that
Looks like it is happening during tests too