You are currently using a new, unsaved search.
Agent nesting causes issues
Metadata -> middleware/handler documentation
Middleware metadata + collection of middleware names => well-formed handler
Handling of messages is serialized on a per-connection basis
Intermittent test failures for stdin
send-ack probably leaks connections/sockets
REPL utilities are refered into *ns* prior to every expression evaluation
Android: nREPL starts with no namespace
NPE when interruptible-eval/evaluate is passed a non-existant namespace
Ensure efficient bytestring (byte[]) support in bencode transport
Stray "#" in session-out is breaking (.println *out*)
nrepl should support binding to a specific interface instead of all
Exception when running -main from clojure.tools.nrepl.cmdline
nrepl.middleware.interruptible_eval/interruptible_eval raises a stack inconsistence Exception if the call to clojure.main/repl fails
Whitespace is not printed via :out
Add support for reading from stdin
Investigate hangs when server goes away
Default load-file middleware cannot load large files due to JVM method size limitations
Add simple HOWTO to README for both tooling and application developers
Certain Calendar values don't seem to be able to print
Dependency on 1.3.0-master-SNAPSHOT instead of 1.3.0
Flush *out*/*err* after N characters
Sometimes *err*/*out*/value messages are surprisingly ordered
CLONE - set stack size for Android
(read-line) doesn't prompt for input after a (read)
set stack size for Android
SocketExceptions on transport/bencode when the other end has gone away
Eliminate several uses of reflection in tools.nrepl
Printing reference returned by clojure.tools.nrepl.server/start-server causes multimethod exception
Rebind print-.* dynamic vars when loading a file
Using functions reading from *in* causes "java.io.IOException: Write end dead"
Clarify semantics for String encoding
Too many DynamicClassLoaders created
:session key is overloaded
Provide sane multiplexing of output in the face of multithreaded, asynchronous operation
Consider making session and eval functionality more accessible
Allow clients to specify an ID for newly-retained sessions
Adopt default port
Provide a mechanism for overriding an operation
Thread leak in clojure.tools.nrepl.transport$fn_transport?
Reflection warnings in users' projects