This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-25
Channels
- # announcements (1)
- # beginners (70)
- # boot (2)
- # cider (12)
- # cljdoc (19)
- # clojure (25)
- # clojure-austin (1)
- # clojure-nl (2)
- # clojure-uk (9)
- # clojurescript (24)
- # cursive (7)
- # datomic (8)
- # figwheel-main (22)
- # flambo (1)
- # fulcro (16)
- # funcool (3)
- # jobs (1)
- # juxt (3)
- # off-topic (39)
- # reagent (4)
- # reitit (4)
- # ring (2)
- # shadow-cljs (90)
- # specter (11)
- # sql (2)
- # testing (2)
Hi all, can anyone explain to me how cider automatically connects to the nrepl server started by cider-nrepl/init
? 😄
@levitanong starting the server produces a text message that CIDER parses to know that the server is already running and what port to connect to.
@bozhidar https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider_nrepl/main.clj#L66 would that be this line?
This entire ns will be removed at some point, as this functionality was added to nREPL itself recently.
when does cider start looking for that text message?
got it, thanks! Haha, I’m trying to get shadow-cljs, tools deps, my own server, and cider to work nicely together.
I realized how little i knew about cider, so I’m trying to understand how it works.