portal

practicalli-johnny 2026-04-07T10:47:04.932139Z

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.

djblue 2026-04-07T17:39:51.274269Z

Can you try with https://github.com/djblue/portal/releases/tag/0.63.0?

practicalli-johnny 2026-04-07T22:38:38.442859Z

Kaocha test runner is working correctly with Portal 0.63.0 (and 0.63.1). Thank you.

1
djblue 2026-04-07T22:43:18.097449Z

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 😅

practicalli-johnny 2026-04-07T22:45:37.424719Z

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.

❤️ 1