-
Notifications
You must be signed in to change notification settings - Fork 69
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
rename-symbol times out when namespaced keywords are present #289
Comments
Most likely due to lack of support in tools.analyzer. The version we've been using is quite old. Thanks for the report! |
@Bronsa What's the latest with |
FWIW from Eastwood experience I don't have the impression that t.ana chokes on namespaced keywords usage. Might be related to how t.ana is wrapped? Reading the our codebase, I have the impression that And I didn't find a prior binding of A possible explanation is that one is hitting a namespace that hasn't been (This is where a "reloaded" workflow helps) |
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
The edge-case handling for local symbols in opt-maps wasn't using a reader that was configured correctly and choked on a namespaced keyword.
the
rename symbol
refactoring times out when the surroundinglet
form contains a map destructuring with namespaced keywordsTo reproduce, attempt to rename the
a
symbol below:clj-refactor.el and refactor-nrepl version information:
clj-refactor 2.5.0 (package: 20200405.1419), refactor-nrepl 2.5.0
CIDER version information:
Leiningen version
Leiningen 2.9.4 on Java 1.8.0_171 Java HotSpot(TM) 64-Bit Server VM
Emacs version:
GNU Emacs 26.1 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2511)) of 2018-05-30
Operating system:
MacOS 10.15.6
The text was updated successfully, but these errors were encountered: