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

New Resolver: Always return an install candidate last (i.e. most preferred) if matches #8014

Merged
merged 3 commits into from
Apr 18, 2020

Commits on Apr 10, 2020

  1. Always return an install candidate last if matches

    This rewrites how a SpecifierRequirement generates candidates, so it
    
    * Always return an AlreadyInstalledCandidate (as long as the version
      satisfies the specifier), even if PackageFinder does not return a
      candidate for the same version.
    * Always put the AlreadyInstalledCandidate last, so it's preferred over
      LinkCandidate, preventing version changes if possible.
    uranusjr committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    cfac6ae View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    84b99c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Rename variable for clarity

    uranusjr committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9c97b28 View commit details
    Browse the repository at this point in the history