@dpsutton the relevant bits are ...
[nREPL] Starting server via /usr/bin/lein update-in :dependencies conj \[me.raynes/fs\ \"1.4.6\"\] -- update-in :dependencies conj \[compliment\ \"0.3.6\"\] -- update-in :dependencies conj \[com.cemerick/pomegranate\ \"0.4.0\"\] -- update-in :dependencies conj \[org.tcrawley/dynapath\ \"0.2.5\"\] -- update-in :dependencies conj \[nrepl\ \"0.8.0\"\] -- update-in :dependencies conj \[cider/piggieback\ \"0.5.1\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.5.0\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.25.3\"\] -- repl :headless :host localhost
[nREPL] server started on 46173
[nREPL] Establishing direct connection to localhost:46173 ...
[nREPL] Direct connection to localhost:46173 established
error in process filter: nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1)
error in process filter: Sync nREPL request timed out (op clone id 1)
Would otherwise be run with lein figwheel
If I try to connect to the running nrepl from above ... I get
nrepl-send-sync-request: Sync nREPL request timed out (op eval code (seq (.split (System/getProperty "java.class.path") ":")) id 99)
Is this public? Or based on a template?
Strange to see so many dependencies added on the command line like that
It is public
I checkout the 001 branch -
git checkout -f 001
clj-refactor
issues when pom.xml
is present in tools.deps
project. The refactor code thinks it's a leiningen
project and says :dependencies
key missing.. Is there a way to make clj-refactor
ignore pom.xml
file when evaluating what kind of project it's refactoring.