-
-
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
fn-refs
never returns references from tests
#176
Comments
Easy one fortunately. If there's > (-> #'orchard.eldoc-test/test-eldoc meta :test orchard.xref/fn-deps)
#{#'orchard.eldoc/eldoc
#'clojure.core/hash-map
#'clojure.test/*testing-contexts*
#'clojure.core/cons
#'clojure.core/str
#'clojure.test/do-report
#'orchard.info/info-java
#'clojure.core/gensym
#'clojure.core/not
#'clojure.core/apply
#'orchard.eldoc-test/test-eldoc-info
#'clojure.core/list
#'orchard.eldoc-test/test-eldoc-info-special-form
#'clojure.string/trim
#'clojure.core/push-thread-bindings
#'clojure.core/pop-thread-bindings
#'clojure.core/conj
#'clojure.core/=
#'orchard.info/info
#'orchard.eldoc-test/test-eldoc-info-candidates} |
vemv
added a commit
that referenced
this issue
Aug 6, 2023
vemv
added a commit
that referenced
this issue
Aug 9, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From some reason, given the var
#'foo
and a test#'foo-test
that referencesfoo
,#'foo-test
will never be included as a reference infn-refs
.The text was updated successfully, but these errors were encountered: