Fork me on GitHub
#releases
<
2023-08-11
>
hlship17:08:35

org.clj-commons/pretty 2.1 https://github.com/clj-commons/pretty Pretty prints things prettily; mostly, carefully formatted exception output using ANSI colors, smarter ordering, and name-demangling to take the pain out of figuring out what went wrong, and where. Version 2.1 now format exceptions printed at the REPL, or as part of a clojure.test failure. https://github.com/clj-commons/pretty/issues?q=is%3Aclosed+milestone%3A2.1

🎉 8
flowthing12:08:21

Should this call https://github.com/clj-commons/pretty/blob/82a16890aa14e6dcc23846e326c14788d7d707ee/src/clj_commons/pretty/repl.clj#L37 be wrapped in (binding [*out* *err*] ,,,), too? It seems to me that it prints the exception into *out* without it.

hlship23:08:40

I think you are right about that.