Fork me on GitHub
#cider
<
2016-04-11
>
bozhidar14:04:11

might be a good idea to file a ticket

bozhidar14:04:17

and we’ll look into this eventually

mhcat21:04:32

heya - is this a legit bug? I have this defproject:

mhcat21:04:35

(defproject experiment "0.1.0-SNAPSHOT"
  :pedantic? :abort
  :dependencies [[org.clojure/clojure "1.7.0"]])

mhcat21:04:43

and cider-jack-in fails with this error:

mhcat21:04:55

error in process sentinel: Could not start nREPL server: Possibly confusing dependencies found:
[org.clojure/tools.nrepl "0.2.12"]
 overrides
[org.clojure/tools.nrepl "0.2.12" :exclusions [org.clojure/clojure]]

Consider using these exclusions:


Aborting due to :pedantic? :abort

mhcat21:04:37

hmm, cider bug report template says "make sure you're running latest stable CIDER", but I'm running from melpa

mhcat21:04:56

I think you do want bug reports against master though, so I'll report it

malabarba23:04:01

@x1n4u: CIDER only tries lein if it finds a project.clj file and no build.boot file. If it finds a build.boot file it will prompt you for which one to use. If it finds a build.boot but not a project.clj it will just use boot.

malabarba23:04:19

Sounds like you don't have a build.boot in your project root, so CIDER isn't even trying boot.