Skip to content

Commit

Permalink
add minor TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Aug 31, 2011
1 parent 25317cd commit 8d42963
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/clojure/clojure/tools/nrepl.clj
Expand Up @@ -526,6 +526,9 @@
(send-ack (.getLocalPort ss) ack-port))])))

;; TODO
;; - FIX
;; - => (println " ")
;; nil
;; - core
;; - add support for clojure 1.3.0 (var changes being the big issue there)
;; - include :ns in responses only alongside :value and [:status "done"]
Expand All @@ -544,7 +547,10 @@
;; - optionally join multiplexed S/out and S/err, receive :stdout, :stderr msgs
;; - protocols and transport
;; - dependency-free websockets adapter (should be able to run on the same port!)
;; - replacement/corollary for https://github.com/weavejester/lein-beanstalk
;; - STOMP when dep-free client and broker impls are available
;; - expose REPL service as JMX bean?
;; - adopt default port (7889)?
;; - cmdline
;; - support for connecting to a server
;; - optionally running other clojure script(s)/java mains prior to starting/connecting to a server

0 comments on commit 8d42963

Please sign in to comment.