Iβm doing some work with Calva parsing test results, and Iβm wondering if there are any docs on the return values from cider.nrepl.middleware.test
https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/middleware/test.clj
Iβm currently trying to reverse engineer from the code. Is there a better way?
Are you fixing bugs or trying to parse something Calva does not already implement?
Neither - I was trying to add types to the response message rather than leaving them as bare objects, so that I could leverage more of TypeScript to help me deal with the test results. I went way too far down a rabbit hole - https://github.com/BetterThanTomorrow/calva/pull/88/files#diff-55e125b5407ed6ce11e002a28b4aef0aR285
Looks like you are about to fix the issues with the test runner. π Now, I must sleep some. π€
@marc-omorain The middleware descriptor explains the middleware ops and their return values. We donβt have anything better in terms of documentation currently.
Thanks π
I might have written documentation
Thank you π
Those are a little out of date, now that there's a new query system