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

add command to show the reasons a package is included in the build graph #462

Closed
dhellmann opened this issue Oct 2, 2024 · 0 comments · Fixed by #467
Closed

add command to show the reasons a package is included in the build graph #462

dhellmann opened this issue Oct 2, 2024 · 0 comments · Fixed by #467
Assignees

Comments

@dhellmann
Copy link
Member

For debugging, especially when there are conflicts, it would be useful to have a command to summarize the reasons a package appears in the build graph. It should show all paths from the top-level to all versions of the package, including all edges and the edge type.

Optional enhancements could be to:

  • Filter by edge type
  • Filter by package version
  • Produce output in dot format suitable for rendering into a picture with graphviz
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

Successfully merging a pull request may close this issue.

2 participants