Fork me on GitHub
#cider
<
2016-06-12
>
borkdude10:06:24

What does it mean when I get "error from syntax checker clojure-cider-eastwood: Done with no errors"

malabarba16:06:18

Sounds like a faulty flycheck checker

malabarba16:06:47

Cider doesn't mess with any of that though

malabarba16:06:12

Probably another package

borkdude17:06:25

ok, that's fixed now. One issue left: My profiles.clj looks like this: {:user {:plugins [[lein-ancient "0.6.10"] [lein-try "0.4.3"] [lein-plz "0.3.3"]] :repl {:plugins [[cider/cider-nrepl "0.13.0-SNAPSHOT"]]}}}

borkdude17:06:39

but I'm getting: WARNING: CIDER's version (0.13.0-snapshot) does not match cider-nrepl's version (nil). Things will break!

borkdude17:06:28

Evaluation just works btw

malabarba18:06:36

There's a section about that on the manual

malabarba18:06:07

I think if you click on the warning itself it should open the manual for you

benedek20:06:39

You basically don't need the cider section @borkdude as long as u jack-in (and not connect to an already running repl).