nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
dominicm 2019-02-10T07:29:16.106200Z

Did you get anywhere? :)

pez 2019-02-10T10:25:34.112800Z

I am working around it for my own needs for now. Part of the problem for me was that I came in to it with the wrong expectations. Thinking that there ought to be a way to tell cider-nrepl to load the namespaces I was asking it to test for me. But it seems that Cider users are used to loading the -test namespaces themselves. Right now I am trying to figure out how to load the -test namespace when Calva runs tests for a namespace. There is a curious lack of a load-ns op. 😃

pez 2019-02-10T10:27:58.114700Z

Regarding orchard/query I can fiddle some with it once I have gotten this Calva behaviour down. At least try to find out if there is a bug there with the project? key, if that would help you?

dominicm 2019-02-10T10:52:39.115700Z

Fwiw, I don't always put my tests in -test, so make sure to test the current ns too.

dominicm 2019-02-10T10:52:49.116100Z

If you're happy, don't go out of your way :)

dominicm 2019-02-10T10:53:11.116400Z

I think I prefer your solution anyway.

pez 2019-02-13T15:49:22.000500Z

Forgot to update on this. I solved my issue w/o relying on that load-project-ns? thing. Thanks for help and encouragement!