Fork me on GitHub
#cider
<
2015-10-30
>
bozhidar06:10:14

that’d be a terrible mistake

bozhidar06:10:42

if you don’t set it, none of the repl-dispatch commands would work

bozhidar06:10:40

if you’re working with only a single connection perhaps you’ll not notice this

bozhidar06:10:10

but otherwise CIDER won’t know how to map some file to some nREPL connection

bozhidar06:10:36

as on cider-connect the connection originally wasn’t associated with a project

bozhidar06:10:25

we can certainly add some configuration about this, but disabling this feature would certain cause problems with the new smart request dispatch

pbostrom14:10:21

how long until the new clojure-mode release makes it to MELPA stable?

iwillig14:10:58

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

Lambda/Sierra20:10:21

@iwillig: cider-refresh calls clojure.tools.namespace.repl/refresh I believe.

Lambda/Sierra20:10:55

You can control the paths it searches with clojure.tools.namespace.repl/set-refresh-dirs.

iwillig20:10:13

set-refresh-dirs got it

iwillig20:10:15

i see that now

Lambda/Sierra20:10:42

@iwillig: You're welcome. There may also be some way to control this in Midje that I don't know about.