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

Be able to answer "Why does X depend on Y" #35

Open
oxinabox opened this issue Oct 1, 2021 · 1 comment
Open

Be able to answer "Why does X depend on Y" #35

oxinabox opened this issue Oct 1, 2021 · 1 comment

Comments

@oxinabox
Copy link
Contributor

oxinabox commented Oct 1, 2021

Sometimes I look at my precompilation and I am like:

Why do I depend on SodiumSeal.jl?

I would like to be able to answer that.

The way I would like to get an answer would be as a list of all paths from my package to the given package.
(or better yet a sub-graph)

  • X depends on
    • A depends on
      • B depends on
        • Y
  • X depends on
    • C depends on
      • Y
@jlapeyre
Copy link

Not the same, but closely related to #7

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