pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

:id option of eval operation is technically optional #69

Open tpope opened 11 years ago

tpope commented 11 years ago

As discussed on IRC, the eval operation doesn't actually require an id parameter. Since I'm communicating from a single-threaded, synchronous client (Vim), I haven't been passing it, and it would be nice to continue on obliviously.