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

Implement ops::Index with PackageId for Resolve graph #262

Merged
merged 1 commit into from
Jun 13, 2024

Commits on May 23, 2024

  1. Implement ops::Index with PackageId for Resolve graph

    While iterating through dependency packages, I find myself needing to
    look up dependency nodes recursively through the graph, in the same
    way that I need `Package` information for its `PackageId` via the
    already-existing `ops::Index` implementation on `Metadata`.  This is
    simpler if the indexing operation is also available on a `Resolve`d
    graph.
    MarijnS95 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e4b1243 View commit details
    Browse the repository at this point in the history