Fork me on GitHub
#cider
<
2019-06-02
>
vladex14:06:48

Hi all. I’ve got couple of projects on tools.deps which are forming a dependency - very similar to monorepo. I have an issue that cider (20190528.801) wouldn’t evaluate code from transitive dependencies specified with :local/root. I can invoke fns from the ns of the dependency in the repl, is just if I change the code and try to evaluate the ns or a fn nothing happens. Any suggestions what I am doing wrong?

dominicm16:06:53

@vladex I think you're looking for the sesman commands. sesman-link-buffer, etc.

dominicm16:06:59

I think the cider docs have a section on it