-
Notifications
You must be signed in to change notification settings - Fork 111
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
cljr-clean-ns: Wrong number of arguments: (0 . 0), 1 #386
Comments
This seems strange. Where's the argument to |
Started happening to me recently too. Just using |
Thanks folks. @expez how do get the right bits onto my machine? I've redownloaded Maven deps and emacs packages, to no avail. Or do I need to keep my eyes peeled for a new release, or a new SNAPSHOT release? |
just guessing but you may have an `elc` file lurking around?!
…On 21 Jul 2017 10:24 a.m., "Robert Stuttaford" ***@***.***> wrote:
Thanks folks. @expez <https://github.com/expez> how do get the right bits
onto my machine? I've redownloaded Maven deps and emacs packages, to no
avail. Or do I need to keep my eyes peeled for a new release, or a new
SNAPSHOT release?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#386 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA9PngYXGH0bxDRFRTIhU9qqg49Kij3mks5sQGBPgaJpZM4Od7Ck>
.
|
@robert-stuttaford you just need the last version of If you're already pinned to the latest (unstable release) then it might be an old Suppose we might cut a release soon, as this might hit more people as they upgrade. |
👍 for a new MELPA Stable release; I'm also getting bitten by this one. Thanks, all. |
@expez do you want to cut 2.3.2, or? i guess we could from current HEAD... |
for the record duplicate of clojure-emacs/refactor-nrepl#204 |
I continue to see 2.3.1 in MELPA Stable. Did you guys release a new version? |
no we have not I am afraid. |
:-( |
Expected behavior
On invoking
M-x clean-ns
, the ns form is cleaned.Actual behavior
On invoking
M-x clean-ns
, the following error message is displayed in the minibuffer:Steps to reproduce the problem
Put this into a
scratch.clj
file in the root of your classpath, connect a REPL, and compile the buffer:Invoke
M-x clean-ns
.Environment & Version information
clj-refactor.el version information
clj-refactor 2.4.0-SNAPSHOT (package: 20170608.320), refactor-nrepl 2.3.1
CIDER version information
CIDER 0.15.0snapshot (package: 20170719.1212), nREPL 0.2.12
Clojure 1.8.0, Java 1.8.0_121
Leiningen or Boot version
Leiningen 2.7.1 on Java 1.8.0_121 Java HotSpot(TM) 64-Bit Server VM
Emacs version
GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2016-09-17
Operating system
macOS Sierra 10.12.5 (16F73)
The text was updated successfully, but these errors were encountered: