This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-03
Channels
- # aleph (3)
- # announcements (1)
- # beginners (116)
- # boot (8)
- # braveandtrue (4)
- # cider (40)
- # cljdoc (120)
- # cljsrn (10)
- # clojure (29)
- # clojure-austin (4)
- # clojure-dev (43)
- # clojure-germany (1)
- # clojure-italy (4)
- # clojure-nl (17)
- # clojure-russia (19)
- # clojure-uk (76)
- # clojurescript (118)
- # cursive (13)
- # datascript (11)
- # datomic (73)
- # emacs (24)
- # figwheel-main (176)
- # fulcro (40)
- # hyperfiddle (4)
- # leiningen (3)
- # off-topic (1)
- # pedestal (4)
- # re-frame (6)
- # reagent (22)
- # reitit (1)
- # ring (3)
- # rum (8)
- # shadow-cljs (41)
- # spacemacs (11)
- # specter (19)
- # unrepl (1)
@jaihindh.reddy See http://www.cider.mx/en/latest/miscellaneous_features/#code-reloading
thanks for your great job @bozhidar btw, i'm curious about the release codename (Saigon) 😄
@myguidingstar I name CIDER releases after places I like. I had a great trip to Saigon/HCMC around the time I’ve started work on 0.18. At the time I didn’t envision it to be a big release, otherwise it would have been named “Seville”, “Granada”, “Cordoba”, “San Diego”, “San Francisco” or something along those lines. 😄
@neural.works.com Please, file a ticket about your problem. It’s going to be easier to keep track of it.
@bozhidar let me chime in here: also a big thanks for your work on cider (and all the other clj tooling) while it wasn’t one of the reasons for me to switch to emacs initially, it definitely is now one of the main reasons why I can’t imagine using another editor
is there documentation somewhere for what exactly you need to start to make a process cider-connect
able w/o leiningen?
@gfredericks You just need to start an nREPL server. CIDER will work to a limited extent even without cider-nrepl
, but ideally you should include it.
Not sure how exactly do you want to start the server though, as there are many ways to do so.
Every time you refresh the browser page, you should see a message in your cider repl buffer that says that it is disconnecting then connecting.
I mean, I can do stuff in there and it works (like looking at values, popping up an alert, etc...)
The only thing I can't do is print anything so if I want to look at values I have to pop an alert which is kind of a PITA
Then likely you have an issue with compilation or creating the nrepl server and getting a connection
it seems that when I've tried to print things, I get a bump on the counter on the JS browser console saying "hidden" but I can't figure out how to unhide those
but my preference would be to have the prints come back to the emacs cider buffer like a semi-normal repl