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
@bozhidar thanks for all the great work! 🙂
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?
I assume it's nrepl with a middleware
I could try to infer it from the message cider prints with cider-jack-in
if that's easiest
@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.
sure; I can figure it out, that's good enough. thanks
Were you asking me @pauld?
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.
no, I don't recall seeing that (upgrading to 0.18 now)
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
yes, but they are broken in other ways for the software I'm trying to develop
opera is supposed to be very similar to chromium IIRC
yes, they show up fine
anything returned from the function shows up fine
I think I read somewhere that printing is always set to got to the console now - but I imagine you can reset it somehow. Sorry if I can't be much help.
its okay. Thank's for responding.
yeah, thx. Thinking about going over to inf-clojure for a while 😕