Fork me on GitHub
#cider
<
2018-10-28
>
bozhidar07:10:04

@andre.peric What do you mean by this?

alexyakushev08:10:35

I assume they mean if it is possible to enforce pretty-printing for debugger overlays or for in-place eval when cider-use-overlays is enabled.

orestis09:10:43

Can this be overriden, by any chance? Meaning, can I provide my own Clojure function to use instead of or in addition to be usual overlays?

apt13:10:09

@bozhidar, for example, say I eval a map. The overlay displays the whole map in one line. I'd like to see it formatted in multiple lines, just like how it is shown in the repl (as I'm using cider-repl-use-pretty-printing) Now, as the overlay replace lines, perhaps what I'm suggesting would be awkward if the map is not small

apt13:10:39

@alexyakushev, yeap, that's what I'd like to have