cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
zackteo 2020-08-31T01:17:54.009500Z

@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)

zackteo 2020-08-31T01:19:37.009700Z

Would otherwise be run with lein figwheel

zackteo 2020-08-31T01:24:07.009900Z

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)

dpsutton 2020-08-31T01:34:05.010400Z

Is this public? Or based on a template?

dpsutton 2020-08-31T01:35:24.011200Z

Strange to see so many dependencies added on the command line like that

zackteo 2020-08-31T01:57:17.011400Z

It is public

zackteo 2020-08-31T01:58:54.011800Z

I checkout the 001 branch -

git checkout -f 001

Danny Almeida 2020-08-31T03:58:39.016Z

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.