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

Fix detection of cyclic dependencies through [patch] #7174

Merged
merged 1 commit into from
Jul 24, 2019

Commits on Jul 24, 2019

  1. Fix detection of cyclic dependencies through [patch]

    This commit fixes detection of cyclic dependencies through the use of
    `[patch]` by ensuring that `matches_id` isn't used because it returns a
    false negative for registry dependencies when the dependency
    specifications don't match but the resolve edges are still correct.
    
    Closes rust-lang#7163
    alexcrichton committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    0bd1d34 View commit details
    Browse the repository at this point in the history