@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.
@cfleming I see now that's already reported https://github.com/cursive-ide/cursive/issues/2113
@maxt Yes, I’m planning to fix #2113 in the next build.
Great!
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.
I use that for printing out the port that the REPL server started on.