Fork me on GitHub
#emacs
<
2016-04-05
>
malabarba12:04:51

@plexus add-missing doesn't find functions if their namespace hasn't been loaded anywhere yet. The reason it "most of the time works swimmingly" is that the namespace had already been loaded by another file or another dependency.

bozhidar15:04:40

and in the current cider snapshot we have a command to load all project namespaces 😉

bozhidar15:04:58

(which might be a bad idea in certain projects)