nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
Marc O'Morain 2018-11-25T13:55:26.233200Z

Thanks 🙏

Marc O'Morain 2018-11-25T18:18:51.233500Z

Thank you 🙏

Marc O'Morain 2018-11-25T18:20:18.235100Z

There are no discriminator fields in the nREPL response messages, right? So one has to detect the type of message from the keyset?

dominicm 2018-11-25T18:44:04.235200Z

Those are a little out of date, now that there's a new query system

dominicm 2018-11-25T18:50:32.236Z

Sometimes. Refresh has the information for example.

dominicm 2018-11-25T18:50:48.236500Z

Nrepl doesn't require it, but middleware may provide it

Marc O'Morain 2018-11-25T22:01:05.236600Z

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