-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #2901: VersionRange.toString() doesn't handle >0.0.0
The `VersionRange.toString` method was not ideal and dropping this rare case. A tiny improvement that was also done in the process is to give higher priority to `matchesAny` so that we get a more user-friendly output, given how common it is (e.g. for `ToolchainRequirement`).
- Loading branch information
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters