nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
2019-02-25T00:03:14.050600Z

@cfleming Still one issue with together with Cursive. When I send forms from the editor, they get wrapped in a long expression. Sending from the repl-window doesn't have this problem.

2019-02-25T00:17:20.051200Z

@cfleming I see now that's already reported https://github.com/cursive-ide/cursive/issues/2113

cfleming 2019-02-25T00:32:31.051700Z

@maxt Yes, I’m planning to fix #2113 in the next build.

2019-02-25T00:33:28.052800Z

Great!

cfleming 2019-02-25T02:15:06.054200Z

I found another incompatibility that isn’t documented at https://nrepl.org/nrepl/0.6.0/installation.html#upgrading - on the nrepl.server.Server record, the ss field has changed to server-socket. Probably a good change, but one that clients might be using.

cfleming 2019-02-25T02:15:26.054600Z

I use that for printing out the port that the REPL server started on.