cider-eval-buffer breaks when a function definition is void

252 Views Asked by At

I have this issue in Emacs - I run cider-eval-buffer and one of my function definitions are void which results in an error (or multiple). I correct the error and run the command again only to get Lisp nesting exceeds 'max-lisp-eval-depth'. I can manually evaluate pieces of code via C-x C-e or C-M-x but I cannot run cider-eval-buffer again or re-evaluate the namespace I am working in. Any thoughts?

1

There are 1 best solutions below

1
On BEST ANSWER

I'm cider's maintainer. Please, report this as a bug here, together with some example code that can be used to reproduce the error and your cider & emacs versions.