-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“Wrong number of arguments: (4 . 4), 0” appears again! #62
Comments
One way to reproduce this easily for me is to clone clojure-koans (https://github.com/functional-koans/clojure-koans), open one of the files and start cider. Editing becomes painfully slow and I get repeated errors in the Messages buffer: If I disable eastwood (add it to flycheck-disabled-checkers), the same error just comes out of the next checker (kibit, I think) and so on. I just have to disable flycheck-mode when working on some repos. |
I'm pretty sure that this is due to Nobody ever reported testing #59, but I've gone ahead and merged it. If you don't want to wait for it to clear MELPA, the main change is commenting out the exclusion in at line 204 of
After restarting emacs and jacking in, you'll see that |
Yeah, that sounds like the issue: |
I commented out that line and it worked for me. Thank you! |
Awesome. It's really irritating that some linters fail in a manner that produces unparseable output. The invocations are wrapped in |
Tested on:
Opening cider-jack-in when in a clj file of a clj project, it always pop up errors when typing any character :
Using purcell's config.
And tested with:
The text was updated successfully, but these errors were encountered: