Skip to content
Unverified Commit 36332d25 authored by Randy Döring's avatar Randy Döring Committed by GitHub
Browse files

solver: invert heuristics for choosing the next dependency to resolve so that...


solver: invert heuristics for choosing the next dependency to resolve so that dependencies with more versions are resolved first (#8256)

Although the original algorithm proposes to choose dependencies with fewer versions first, we don't know about any real-world examples where this is important. However, we know about real-world examples (especially boto3 vs. urllib3, but also Sphinx vs. docutils) where it's better to choose dependencies with more versions first.

Co-authored-by: default avatarDavid Hotham <david.hotham@blueyonder.co.uk>
parent 5fe3a913
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment