Fork me on GitHub
#cider
<
2016-10-18
>
rymndhng14:10:24

Is there a way to pretty print the exception from cider-test failures? For example, I have a schema validation error, but it barfs the clojure.lang.ExceptionInfo data structure as a single line, instead of pretty printed (I have pretty printing enabled).

richiardiandrea16:10:26

@rymndhng it might be worth opening an issue on gh 😉

josh.freckleton17:10:22

Is there a way, upon C-c M-J, to have CIDER not jump straight to the REPL buffers, but to instead leave me on my original buffers?

josh.freckleton17:10:50

(ah, i just found (setq cider-repl-pop-to-buffer-on-connect nil), that works)

josh.freckleton17:10:01

(goes in emacs init.el, of course)

bozhidar17:10:36

cider is quite flexible when it comes to configuration