This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-19
Channels
- # announcements (3)
- # aws (1)
- # beginners (25)
- # calva (6)
- # cider (55)
- # clara (13)
- # cljs-dev (3)
- # clojure (79)
- # clojure-europe (1)
- # clojure-nl (6)
- # clojure-spec (59)
- # clojure-uk (6)
- # clojurescript (97)
- # clojureverse-ops (2)
- # cursive (7)
- # data-science (4)
- # datomic (12)
- # emacs (8)
- # figwheel-main (19)
- # fulcro (67)
- # graalvm (3)
- # graphql (12)
- # jobs (4)
- # jobs-discuss (11)
- # lein-figwheel (5)
- # off-topic (50)
- # om (1)
- # other-languages (1)
- # planck (3)
- # quil (2)
- # re-frame (4)
- # reitit (5)
- # remote-jobs (5)
- # ring-swagger (2)
- # shadow-cljs (34)
- # spacemacs (8)
- # xtdb (1)
- # yada (4)
> Hmm… No I didn’t. Correct me if I’m wrong but if I’m cider-connect
ing to a running nrepl server there shouldn’t be an nrepl-server
buffer in play?
Yeah, there shouldn’t be such a buffer. But output redirected from the server’s own terminal (whatever it might be) to CIDER’s REPL is still a concern even then.
I think the latest round of commits to Cider broke something, now cider-doc
no longer works on symbol at point
@qythium What’s broken exactly? Those changes shouldn’t change anything in the presence of cider-nrepl.
Hi all
I want to upgrade cider-nrepl
[nREPL] Starting server via /usr/local/bin/lein update-in :dependencies conj \[nrepl\ \"0.5.0\"\] -- update-in :dependencies conj \[cider/piggieback\ \"0.3.10\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.4.0\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.18.0\"\] -- repl :headless :host localhost...
I need cider-nrepl
0.21.1, but cannot see where to put that
Versions in profiles.clj
and in ~/.lein/profiles.clj
do not change anything.I remember changing something in cider in the past to use an older version…
But don’t remember what, something with recompiling manually
Maybe just redownload everything
New emacs.d
I redownloaded Spacemacs
Now it gives the correct version
New error:
Caused by: java.lang.RuntimeException: Unable to resolve var: refactor-nrepl.middleware/wrap-refactor in this context
Well now it starts with latest version of lein
But then Spacemacs crashes
It freezes
After cider-jack-in-clj
and cider-jack-in-cljs
I now try cider-jack-in-clj&cljs
Yes also freezes Spacemacs
Oh no it does unfreeze
error in process filter: user-error: Figwheel-main is not available. Please check
error in process filter: Figwheel-main is not available. Please check
:dependencies [[org.clojure/tools.nrepl "0.2.13"]
[com.bhauman/figwheel-main "0.2.0"]
[com.bhauman/rebel-readline-cljs "0.1.4"]
[vvvvalvalval/scope-capture "0.3.2"]
[cider/piggieback "0.4.0"]
[figwheel-sidecar "0.5.16"]]
@benedek i've been reading why the clojure-lsp doesn't let you execute commands. Need to include it on the client. Been reading this example for the java version. https://github.com/emacs-lsp/lsp-java/blob/master/lsp-java.el#L905
@erwinrooijakkers What exactly is your CIDER version now?
How to check?
CIDER 0.22.0snapshot (package: 20190419.1025)
Okay and I removed tools.nrepl
error in process filter: Figwheel-main is not available. Please check
It is bit annoying that Spacemacs takes SNAPSHOT version of Cider
Bit me once half a year ago too
But I do discover bugs 😉
Let’s see how it works with the (setq cider-check-cljs-repl-requirements nil)
Ah now I see the same error as after lein fig
RE https://clojurians.slack.com/archives/C0617A8PQ/p1555655010143700 Cool. I'll try a few iterations of that. Currently I worked around it by just moving the pipe into the program and launching a new process each time.
$ lein -v
Warning: implicit hook found: lein-environ.plugin/hooks
Hooks are deprecated and will be removed in a future version.
Leiningen 2.9.1 on Java 1.8.0_192 Java HotSpot(TM) 64-Bit Server VM
$ clj
Clojure 1.10.0