This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-28
Channels
- # ai (1)
- # beginners (190)
- # boot (24)
- # cider (43)
- # cljsjs (3)
- # cljsrn (29)
- # clojars (6)
- # clojure (310)
- # clojure-dev (6)
- # clojure-nl (6)
- # clojure-russia (11)
- # clojure-spec (66)
- # clojure-uk (95)
- # clojurescript (103)
- # clojurewerkz (2)
- # core-async (9)
- # cursive (4)
- # datomic (5)
- # hoplon (163)
- # lein-figwheel (52)
- # off-topic (6)
- # om (6)
- # onyx (42)
- # perun (8)
- # re-frame (16)
- # reagent (10)
- # ring (7)
- # ring-swagger (1)
- # rum (1)
- # slack-help (2)
- # uncomplicate (1)
- # untangled (80)
@richiardiandrea yup you are getting it now ;) CLI usually has the higher precedence I guess... does not mean validation is a bad idea...
so this has probably been asked and answered a bunch of times: how do I get an eval on a cljc file to dispatch to the cljs repl?
but an easy hack if you ever run into an issue is to change your mode to clojurescript-mode
but CIDER has deeply ingrained assumptions that there is a single connection for each buffer
but if you are in a cljc file and you M-x load-buffer
it should send to both repls just fine
https://github.com/clojure-emacs/cider/commit/d12ba39b7ea2fb229a9f227b7775750a5aae5f42
@bhauman if eval is not dispatching to both repls, can you lodge an issue and I'll tackle it soon?
if you trace what ctrl-x e does, you eventually find a call to cider-map-connections
and is passed a function that takes a connection