Skip to content

Commit

Permalink
added TODO items
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Nov 4, 2010
1 parent ae35c3c commit ae362b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/clojure/clojure/tools/nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@

;; TODO
;; - core
;; - instead of using .printStackTrace when *print-stack-trace-on-error*,
;; invoke a session-retained set!-able fn; easy place to swap in clj-stacktrace, etc
;; - add support for clojure 1.3.0 (var changes being the big issue there)
;; - include :ns in responses only alongside :value and [:status "done"]
;; - proper error handling on the receive loop
;; - make write-response a send-off to avoid blocking in the REP loop.
Expand Down

0 comments on commit ae362b8

Please sign in to comment.