This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-30
Channels
- # admin-announcements (11)
- # announcements (1)
- # beginners (1)
- # boot (247)
- # cider (15)
- # clara (16)
- # cljs-dev (14)
- # clojure (118)
- # clojure-czech (10)
- # clojure-ecuador (1)
- # clojure-japan (1)
- # clojure-russia (22)
- # clojurescript (57)
- # data-science (12)
- # datomic (2)
- # devcards (1)
- # editors-rus (2)
- # emacs (1)
- # events (2)
- # funcool (1)
- # hoplon (37)
- # juxt (1)
- # ldnclj (2)
- # leiningen (1)
- # nginx (12)
- # off-topic (16)
- # om (361)
- # onyx (34)
- # re-frame (3)
- # spacemacs (9)
- # yada (43)
we can certainly add some configuration about this, but disabling this feature would certain cause problems with the new smart request dispatch
it seems like cider-refresh is calling my midje test code everytime i boot the repl. I am guessing it pulls the test
path from lein. Does anyone know how to configure this? I would like to remove the test
path from cider-refresh
@iwillig: cider-refresh calls clojure.tools.namespace.repl/refresh
I believe.
You can control the paths it searches with clojure.tools.namespace.repl/set-refresh-dirs
.
thank you @stuartsierra
@iwillig: You're welcome. There may also be some way to control this in Midje that I don't know about.