I was debugging some functions with cider-debug-defun-at-point and one of them produced a "Method code too large!" error. It is a largish function, 48 lines. Is there anything to be done except split the function?
I suppose it is a java exception
There's nothing exotic going on, except a call to postal/send-message, which uses java interop
What happens if you "macroexpand-all" it? Does removing a specific piece of the implementation help?
yeah, i got it working by commenting the call to postal/send-message