Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Oct 14, 2024
1 parent 2f0a369 commit f1b86b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/html/topics/more-dependency-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ follows:

* If equal, prefer if any requirement is "pinned", i.e. contains
operator ``===`` or ``==``.
* If a requirement is part of the current cause for backtracking.
* If equal, prefer if any requirement is restricted by upper bounds, i.e.
contains operators ``<``, ``<=``, ``~=``, or the specifier ``==N.*``.
* If equal, check if a a requirement is part of the current cause
for backtracking.
* If equal, calculate an approximate "depth" and resolve requirements
closer to the user-specified requirements first.
* Order user-specified requirements by the order they are specified.
Expand Down

0 comments on commit f1b86b2

Please sign in to comment.