This might be a Cider issue more than Clojure but I'm not sure.
Sometimes on train/plane I try to work on some Clojure project and I
normally don't manage to start the REPL inside Emacs.
The issue calling (cider-jack-in) is the following:
Starting nREPL server via lein update-in :dependencies conj
\[org.clojure/tools.nrepl\ \"0.2.12\"\] -- update-in :plugins conj
\[refactor-nrepl\ \"2.2.0-SNAPSHOT\"\] -- update-in :plugins conj
\[cider/cider-nrepl\ \"0.11.0-SNAPSHOT\"\] -- repl :headless...
error in process sentinel: nrepl-server-sentinel: Could not start
nREPL server: Could not transfer artifact
refactor-nrepl:refactor-nrepl:pom:2.2.0-SNAPSHOT from/to clojars
(https://clojars.org/repo/): clojars.org
but the weird thing I don't have that plugin declared as SNAPSHOT
version anywhere, and in fact doing a "lein repl" from the terminal
works fine instead.
I tried to look in the Cider code and can't find anything there
either, so any idea where that comes from?
And a more general question there unless I use -SNAPSHOT versions,
there should be no case when lein needs to reconnect to clojars if all
the dependencies were already downloaded right?
Thanks
PS. this is my .lein/profiles_clj btw:
{:user
{:dependencies
[[pjstadig/humane-test-output "0.6.0"]
[org.clojure/tools.nrepl "0.2.12"]
[acyclic/squiggly-clojure "0.1.4"]
[spyscope "0.1.5"]
[org.clojure/tools.namespace "0.2.4"]
[io.aviso/pretty "0.1.8"]
[im.chit/vinyasa "0.1.2"]
[org.clojure/tools.trace "0.7.8"]]
:plugins
[[cider/cider-nrepl "0.10.2"]
[lein-annotations "0.1.0"]
[com.jakemccrary/lein-test-refresh "0.7.0"]
[lein-checkall "0.1.1"]
[lein-droid "0.3.5"]
[lein-githooks "0.1.0"]
[lein-shell "0.4.0"]
[lein-ancient "0.6.7" :exclusions [org.clojure/core.cache]]
[lein-try "0.4.3"]
[lein-midje "3.1.3"]
[nodisassemble "0.1.3"]
[lein-cloverage "1.0.3"]
[refactor-nrepl "2.0.0"]
]}
}
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.