Skip to content
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

users doesn't return packages where package is a test dependency #32

Open
glennmoy opened this issue May 24, 2021 · 1 comment
Open

Comments

@glennmoy
Copy link

e.g. I know for a fact that AxisKeys is a test dependency for Impute.jl but it's not being listed here
https://github.com/invenia/Impute.jl/blob/master/Project.toml#L38

julia> users("AxisKeys")
15-element Vector{String}:
 "AxisSets"
 "KeyedDistributions"
@mattBrzezinski
Copy link
Member

Yeah... this only goes off of source code dependencies. Could add in an optional parameter to include test deps as well. Or just by default return back something like:

struct DependencyResults
  package_deps
  test_deps
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants