Fork me on GitHub
#calva
<
2020-06-19
>
pez06:06:37

There is some configurability you can try use. Have you seen this page? https://calva.io/pprint/

dbernal17:06:29

I haven't no. I'll take a look. ty

orestis11:06:39

I’m trying to setup zprint with the above and I get: Option errors in this call: In the key-sequence [:print-depth] the key :print-depth was not recognized as valid!

orestis11:06:34

using zprint 1.0, I couldn’t figure out what Calva expects since I don’t see zprint mentioned in the depedencies of the jack-in

pez11:06:50

Calva doesn't add dependencies for zprint. Maybe it should...

orestis11:06:58

I just got thrown in that doc page, zprint is recommended but not very clear how to enable…

orestis11:06:04

puget and fipp work fine OTOH

pez13:06:00

I don't quite remember how I impemented it, but reading that doc page, maybe I was too quick to say that Calva doesn't inject it. I think I tried make it such that if you have zprint configured as your server side pretty printer, then Calva will inject it on the next jack-in. Might be that that doesn't work of course.

orestis14:06:28

Wouldn’t it be nice when nRepl gains sideloading? No need to configure anything, let the tool inject at runtime...

pez14:06:39

Yeah, I think that is pretty close to becoming real.