Fork me on GitHub
#cider
<
2018-06-13
>
dpsutton01:06:24

If anyone is interested there's a PR (https://github.com/clojure-emacs/cider/pull/2323) open to make eval-ing the top level defun do the correct thing inside of comment forms and eval the top level inside of the comment form rather than just dumbly returning nil from the comment itself. comment and thoughts welcome

stardiviner03:06:16

@dpsutton no, I want to see the docment of .write.

dpsutton03:06:06

i'm not sure i follow then

zalky22:06:36

Hey all: does anyone know if it's possible to suppress the printing of errors directly in the cider repl, but still have them show in an exception pop-up buffer? The errors being printed directly into the cider repl are playing havok with the parenthesis parsing and indentation modules.