-
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) #57
Comments
First, could you try disabling the |
Tested out
After I added this dependency, the problem was solved. Thanks for helping. |
Excellent.
…On Wed, Jun 12, 2019, at 05:06, Herman Nurlygayanov wrote:
Closed #57 <#57>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#57?email_source=notifications&email_token=AAJU73IVAAC5CRUTEUNL7ZLP2C4ARA5CNFSM4HW74EQ2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOR5ZMYRY#event-2406665287>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAJU73JOTJUI3UTLY3HPKM3P2C4ARANCNFSM4HW74EQQ>.
|
I looked at the previous issues with the same error, but was unable to find a solution.
I use cider-jack-in and get the following error while editing a Clojure source file:
Debugger entered--Lisp error: (wrong-number-of-arguments (4 . 4) 0)
#1028 "\301\303\304\305\302\300��$"\207" [clojure-cider-eastwood #[128 "\301\302\300�#\207" [[cl-struct-flycheck-syntax-check # clojure-cider-eastwood "7" "/mnt/sda2/work/code/clojure_noob/src/clojure_noob/"] apply flycheck-report-buffer-checker-status] 5 "\n\n(fn &rest ARGS)"] #[257 "\300\301�"\207" [format "(do (require 'squiggly-clojure.core) (squiggly-clojure.core/check-ew '%s))"] 4 "\n\n(fn NS)"] errored format "Form %s of checker %s failed: %s"] 11 "\n\n(fn BUFFER EX ROOTEX SESS)"
#[257 "\310�\311"\310�\312"\310�\313"\310�\314"\310�\315"\310��\316"\310��\317"\310��\320"\310� \321"\322\300!\203A
Tried this with [org.clojure/clojure "1.8.0"], [org.clojure/clojure "1.9.0"], [org.clojure/clojure "1.10.0"]. No warnings when I start the REPL. The startup message:
[nREPL] Starting server via /home/qwe/.local/bin/lein update-in :dependencies conj [acyclic/squiggly-clojure\ "0.1.9-SNAPSHOT"\ :exclusions\ [org.clojure/tools.reader]] -- update-in :dependencies conj [nrepl\ "0.6.0"] -- update-in :plugins conj [cider/cider-nrepl\ "0.22.0-beta4"] -- repl :headless :host localhost...
The text was updated successfully, but these errors were encountered: