nrepl.middleware.print/print
printer garbles lazy output into the result
#903
Labels
nrepl.middleware.print/print
printer garbles lazy output into the result
#903
Hi!
With
nrepl.middleware.print/print
, evaluating:Gives a garbled result value, and no output.
With
cider.nrepl.pprint/pr
, it works fine.Expected behavior
The output as
out
messages, and the result asvalue
message.Actual behavior
The output and result come garbled in a
value
message.Steps to reproduce the problem
Calva's nrepl messages log:
Environment & Version information
cider-nrepl version
I'm using whatever Calva is using, but @alexander-yakushev has reproduced it with the latest snapshot.
Java version
openjdk version "21.0.1" 2023-10-17 LTS
OpenJDK Runtime Environment Zulu21.30+15-CA (build 21.0.1+12-LTS)
OpenJDK 64-Bit Server VM Zulu21.30+15-CA (build 21.0.1+12-LTS, mixed mode, sharing)
Operating system
MacOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: