-
Notifications
You must be signed in to change notification settings - Fork 112
cljr-clean-ns easy fix #442
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
Comments
Thanks for the report!
This code path was added about a month ago and is used only in some situations. |
iarenaza
added a commit
to iarenaza/clj-refactor.el
that referenced
this issue
Aug 27, 2020
When `cider-path-translations` is in use (e.g., when CIDER is running on the host, but the nREPL is running in a VM or a Docker container) we need to translate the local CIDER-based paths to the remote nREPL-based paths for those operations that send paths to nREPL. We use the new `cider-to-nrepl-filename-function` that is introduced in CIDER pull request #2897, that should be applied before this one. Also includes a fix for clojure-emacs#442.
6 tasks
expez
pushed a commit
that referenced
this issue
Aug 31, 2020
When `cider-path-translations` is in use (e.g., when CIDER is running on the host, but the nREPL is running in a VM or a Docker container) we need to translate the local CIDER-based paths to the remote nREPL-based paths for those operations that send paths to nREPL. We use the new `cider-to-nrepl-filename-function` that is introduced in CIDER pull request #2897, that should be applied before this one. Also includes a fix for #442.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excuses no time to fill in the complete form. Just a quick pointer, got the following error
string-prefix-p: Wrong type argument: stringp, nil
when trying to usecljr-clean-ns
. A quick debug shows a very quick fix.clj-refactor.el/clj-refactor.el
Lines 2738 to 2740 in 9f508bb
It uses a
let
which I believe should be alet*
. Wondering why this was not noticed before.Thanks for a great library!!
The text was updated successfully, but these errors were encountered: