I asked this in #conjure but I think the github integration there just buries any actual conversation. Anyways, at work, I'm noticing my emacs peers are getting large maps (or any other results) pretty printed in their repl output. But when I run the same tests and look at the conjure repl window they are printing as long, horizontal strings which are impossible to parse. Anyway to change that behavior?
If you just eval the map, it should be reasonably well formatted. You can change the behaviour by using https://github.com/Olical/conjure/blob/c141b92252fc73939ff16e55001c836164a0418f/doc/conjure-client-clojure-nrepl.txt#L235-L243. If you println it or similar, it'll be formatted as println would format it.
Hmmm. It does seem like yours wraps at least. Mine does not. That's probably a global setting in my neovim config I could change though. But I think a lot of test results are printed so maybe other editors aren't formatting it as nicely as I was thinking?
I think in the case of tests the formatting will mostly depend on your test runner configuration. Any chance you and your colleagues are using a different config?
I'll ask about it next week