clr

dmiller 2023-01-30T15:14:02.870209Z

It has been mentioned here that I'm working on a port of nREPL. Note that I've updated the README on the repo to indicate current status. I got a little burned out on debugging and needed to take a break. If you'd like a challenge, feel free to jump in. This port is critical to getting us up on CIDER and Calva. https://github.com/clojure/clr.tools.nrepl

šŸ‘ 1
2
2023-01-31T00:51:53.917729Z

Great update! I just forked it, will get it a try.

dmiller 2023-01-31T03:49:06.530059Z

If I can be of help, ... .

Anders Eknert 2023-01-30T23:28:38.129649Z

I’m not seeing any locations (file and line number) in test failures when I run tests with Clojure.Main, but just:

FAIL in (test-wrap-head) (:0)
Something I need to do, or is this a bug?