nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
dominicm 2018-12-08T00:29:11.064100Z

I think so

dominicm 2018-12-08T00:29:26.064600Z

Ask again?

cgrand 2018-12-08T07:13:39.067Z

@dominicm as I was running tests on the elisions branch, I get between 1 to 3 failures from run to run.

dominicm 2018-12-08T07:40:00.067400Z

@cgrand same tests? Different ones?

dominicm 2018-12-08T07:42:03.067600Z

https://github.com/liquidz/iced-nrepl

cgrand 2018-12-08T09:48:38.068700Z

Just the ones in the main nrepl/nrepl repo

bozhidar 2018-12-08T10:59:43.069200Z

@cgrand Yeah, there are a couple of tests that fail sometimes. Usually only locally, but not on the CI.

bozhidar 2018-12-08T11:00:06.069700Z

Haven’t had time to debug them properly.

bozhidar 2018-12-08T11:02:55.069900Z

> In other news the elision branch is happily printing.

bozhidar 2018-12-08T11:03:09.070400Z

Fantastic news! :partywombat:

dominicm 2018-12-08T12:42:54.072100Z

A bit of a side note: can the injection be designed to allow specifying a side loaded transport? I'm sure it would have anyway, but raising it as an explicit thing.

bozhidar 2018-12-08T21:22:38.072600Z

There’s nothing special about transports - I assume we’d be side-loading them just as any other library.

dominicm 2018-12-08T22:00:43.073200Z

Depends how early the side loader is available