Won't Fix
Details
Assignee
Chas EmerickChas EmerickReporter
Ian TegeboIan TegeboPriority
Trivial
Details
Details
Assignee
Chas Emerick
Chas EmerickReporter
Ian Tegebo
Ian TegeboPriority
Created June 8, 2016 at 10:48 PM
Updated June 26, 2019 at 3:52 AM
Resolved June 26, 2019 at 3:52 AM
This is really a question, more than a claim that the code is wrong. I'm trying to understand middleware descriptors and the example for "add-stdin" isn't making sense to me with respect to the key path '[:handles "stdin" :returns]' which points to a string describing a possible status:
https://github.com/clojure/tools.nrepl/blob/fcac1e13d6f80eb0db28773247a769c1dc9659b1/src/main/clojure/clojure/tools/nrepl/middleware/session.clj#L247
I can't figure out how this middleware could do that, given the only mention is in the function "session-in", which is only seemingly reachable from the "session" middleware.