This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-27
Channels
- # aleph (8)
- # announcements (14)
- # beginners (25)
- # cider (20)
- # cljdoc (5)
- # clojure (70)
- # clojure-europe (2)
- # clojure-germany (6)
- # clojure-italy (8)
- # clojure-nl (3)
- # clojure-russia (107)
- # clojure-spec (22)
- # clojure-uk (40)
- # clojurescript (18)
- # core-async (3)
- # cursive (8)
- # data-science (11)
- # datomic (20)
- # editors (1)
- # emacs (5)
- # figwheel-main (19)
- # fulcro (25)
- # graphql (1)
- # hoplon (2)
- # hyperfiddle (2)
- # jobs (1)
- # leiningen (3)
- # lumo (4)
- # off-topic (40)
- # pedestal (1)
- # quil (4)
- # re-frame (5)
- # shadow-cljs (105)
- # sql (4)
- # uncomplicate (1)
I'm getting ‘cider-find-var’ requires the nREPL op "info". Please, install (or update) cider-nrepl 0.15.0-SNAPSHOT and restart CIDER
I don't have anything in my .lein/profiles.clj... should I? cider-connect and everything else works.
well, ok... added cider-nrepl 15 to .lein/profiles.clj and 'cider-find-var' now works. I guess that was it.
is there a way to get leiningen to run a custom command after the Repl is started?
What should be that custom command? Perhaps you can use :injections
in your :repl
profile
@U06BE1L6T it's just a command to start all the integrant processes
but the problem is that it should be called in the Clojure Repl but not in the Clojurescript Repl
and they both initially do a lein repl
to start so not sure how to distinguish them
but well ideally it would just be a config like cider-clj-repl-form
set to (go)
for example (which however doesn't exist)
mm not sure how
both repl starts in the same way, then one runs figwheel
and the other runs integrant
but they are both clj repl at that point
I can change the lein parameters with cider-lein-parameters
but I need to be able to make it do something
the other alternative could be maybe to send something to do the cider buffer directly and get it evaluated
> well, ok... added cider-nrepl 15 to .lein/profiles.clj and ‘cider-find-var’ now works. I guess that was it. (edited)
@macrobartfast Btw, 0.15 is pretty old at this point. Consider updating to a more recent version.
You can read more about your particular problem here http://www.cider.mx/en/latest/installation/#ciders-nrepl-middleware