This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-12
Channels
- # announcements (2)
- # aws (1)
- # beginners (63)
- # cider (2)
- # clj-kondo (1)
- # cljdoc (15)
- # clojure (114)
- # clojure-nl (1)
- # clojure-spec (15)
- # clojure-uk (10)
- # clojurescript (5)
- # clojutre (1)
- # community-development (6)
- # cursive (18)
- # data-science (1)
- # datascript (16)
- # datomic (2)
- # emacs (2)
- # events (3)
- # figwheel-main (2)
- # graphql (3)
- # jobs (2)
- # off-topic (23)
- # reitit (3)
- # shadow-cljs (27)
- # spacemacs (5)
- # sql (27)
- # unrepl (1)
When I cider-jack-in
outside of a project, my cider REPL doesn't output any evaluation. I type (+ 2 2)
and hit enter, my cursor goes to a
newline, nothing is output. I hit enter again, I get a fresh prompt.
I put a debug-on-entry in the callbacks, cider-repl-emit-result
, and I never hit that debug. It's like the client is sending the evaluation to nowhere, never getting a response.
I'm stumped on troubleshooting. Any ideas?