I am experiencing an issue running Kaocha test runner from my REPL connected editor when wrap-portal is included as middleware. I am sure I used to be able to run tests in the editor successfully, so trying to figure out what changed between kaocha, wrap-portal and nrepl. clojure.test works just fine. Update: Kaocha works okay with Portal version 0.58.5. The Kaocha test report output changed with 0.59.0 but the tests still run. Kaocha fails with Portal 0.59.1, generating a Stack Overflow error. I've https://github.com/djblue/portal/issues/292 on the GitHub repo with more details.
Can you try with https://github.com/djblue/portal/releases/tag/0.63.0?
Kaocha test runner is working correctly with Portal 0.63.0 (and 0.63.1). Thank you.
Sorry for the breakage. Aligning multiple libraries to play well together can be a bit challenging, but eventually I was able to iron out all the issues 😅
Very challenging I imagine. It was a good practice of my diagnostic skills and issue write-ups though 🙂 Thanks for continuing all the work you do for this excellent project.