This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-07
Channels
- # announcements (10)
- # babashka (39)
- # beginners (230)
- # calva (16)
- # cider (20)
- # clara (4)
- # cljs-dev (16)
- # clojure (35)
- # clojure-europe (8)
- # clojure-filipino (5)
- # clojure-france (1)
- # clojure-nl (6)
- # clojure-uk (9)
- # clojuredesign-podcast (1)
- # clojurescript (55)
- # clojurewerkz (1)
- # core-async (13)
- # cursive (1)
- # data-science (1)
- # datomic (4)
- # events (1)
- # fulcro (26)
- # jobs-discuss (1)
- # kaocha (3)
- # malli (53)
- # observability (9)
- # off-topic (1)
- # project-updates (1)
- # re-frame (15)
- # reagent (1)
- # reitit (11)
- # rum (8)
- # sci (29)
- # shadow-cljs (7)
- # vim (12)
- # xtdb (13)
cider-restart
or if you know the var name use cider-undef
and type the name to remove from the repl.
You can also use sesman-restart
(Spacemacs shortcuts`, m q r`) if you want restart session without restarting the repl.
@U05254DQM is that needed to start cider-mode
?
and I don't find cider-reset
in cider-mode
Sorry, should have been cider-restart
. My brain is full of flu...
Have you tried cider-ns-refresh
? I assume you fixed the conflict and saved the changes and if you stop/start the REPL the conflict goes away.
I remember (vaguely) having this issue. I switched to company-mode instead of auto-complete-mode
Sorry, I remembered wrong. Try this instead
(setq cider-enhanced-cljs-completion-p nil)
I think suitable
enhanced completions got broken after a shadow-cljs
changes...I wanted to have a look there but did not have time
Yeah, it has been broken for a while now. I disabled it completely in CIDER 0.26 while someone gets to fix it.
So when using cider-connect-clj&cljs
to connect to a running shadow-cljs instance, how do I get the cljs REPL to work? I get a REPL, no errors, the first line just before the prompt says [:selected :main]
but as soon as I send anything to the REPL all I get is "No available JS runtime."
;; ClojureScript REPL type: shadow-select
;; ClojureScript REPL init form: (do (require '[shadow.cljs.devtools.api :as shadow]) (shadow/nrepl-select :main))