Fork me on GitHub
#cider
<
2016-05-07
>
dottedmag09:05:29

Is there an easy way to inject a custom version of cider-nrepl into REPL on startup? I'd like to have a workaround applied for a bug which bites me, until it is fixed upstream.

dottedmag09:05:58

Or evaluate a piece custom code, so I can fix the affected function.

dottedmag13:05:09

Is it necessary to explicitly eval all namespaces in Boot project to add them to the project?

mawis13:05:23

Someone else might know better as I'm still a beginner. But actually I never had to. I guess by referencing the other namespaces everything is evaluated automatically when needed.

dottedmag13:05:15

I do have some tests. When I run cider-jack-in and then C-c C-t C-n to run tests corresponding to the current module, it does not work.

dottedmag13:05:24

But when I navigate to the test and load it it starts to work.

dottedmag13:05:20

From what I see from the source code of cider-nrepl it only considers already loaded namespaces as belonging to the project in Boot case.