-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
cider-xref-fn-refs "invalid namespace" error #135
Comments
You can just invoke |
The var is named I can't see
But, I can do this:
But of course using the same for
|
Minimal repro: (def xxx 'foo/bar)
(fn-refs #'str)
This happens because I'll make a PR. |
Hello, I'm trying to use the
cider-xref-fn-refs
function to scan for uses of a function, and getting the error below.There is indeed no "basis" namespace (but there are a number sub-namespaces inside it). I do use namespaced keys in various places like ":basis/version", etc, so wondering if this might be the source of the error.
I'm happy to try to debug this further, if you can point me in the right direction.
Cheers,
Matt.
;; CIDER 0.23.0 (Lima), nREPL 0.6.0
;; Clojure 1.10.0, Java 12.0.1
The text was updated successfully, but these errors were encountered: