This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-16
Channels
- # aleph (1)
- # aws (1)
- # beginners (23)
- # boot (33)
- # cider (15)
- # cljs-dev (4)
- # clojure (73)
- # clojure-dev (18)
- # clojure-italy (8)
- # clojure-russia (7)
- # clojure-serbia (1)
- # clojure-spec (8)
- # clojure-uk (118)
- # clojure-ukraine (3)
- # clojurescript (34)
- # code-art (1)
- # community-development (24)
- # cursive (21)
- # data-science (3)
- # datomic (72)
- # defnpodcast (1)
- # fulcro (77)
- # graphql (4)
- # hoplon (8)
- # jobs (3)
- # luminus (3)
- # lumo (7)
- # off-topic (3)
- # onyx (17)
- # other-languages (7)
- # pedestal (1)
- # perun (1)
- # protorepl (21)
- # re-frame (91)
- # ring (4)
- # ring-swagger (18)
- # shadow-cljs (22)
- # spacemacs (37)
- # specter (1)
- # sql (23)
- # test-check (4)
- # unrepl (29)
- # utah-clojurians (3)
- # vim (36)
- # yada (10)
does cider require you to be connected to the internet to work?
https://stackoverflow.com/questions/40002805/lein-repl-without-network-connection
I've got a POC for fixing the boot/cider-expected-ns issue: it looks like it's actually in cider-nrepl (what get's returned from cider-sync-request:classpath
): https://github.com/grzm/cider-nrepl/commit/4fe4a7021835a5cd2305a9a322c412b8bbd24c05
@grzm wonder if this is not similar or related to this https://github.com/clojure-emacs/refactor-nrepl/issues/97
@benedek Yeah, I think that's addressing the same issue. I think it might be fixed at the wrong level here, as I think this is something that should be shared by all nrepl user, rather than fixed per-user, e.g., in cider-nrepl rather in refactor-nrepl and cider.
@grzm there's a few bits of cider that's in both cider-nrepl and refactor-nrepl around handling boot, it's mostly copy & paste.
@dominicm I'd argue that that copy-and-paste misses a lot of use cases and duplicates code, requiring more places to fix as code is updated. That in particular bit me here.
@benedek Is there an open ticket or wiki page or other reference related to merging refactor-nrepl into cider-nrepl?
@grzm not really. quite a bit of discussion about it on gitter i think. this issue is kinda related (https://github.com/clojure-emacs/refactor-nrepl/issues/195) as would make sense to rewrite/make the analyzer part more robust to support cljs