-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clearer identification of missing dependencies (#1588)
When a complete solution is printed (`alr show|with --solve`), the "external" section is now named "missing" (which is what it actually meant). When a diff is show that contains missing dependencies, a new section is appended containing separately all missing dependencies, labeled as such: ``` $ alr -f with hello unobtanium Requested changes: ✓ hello ^1.0.2 (add) ✓ unobtanium * (add) Changes to dependency solution: New solution is incomplete. + hello 1.0.2 (new) Missing: +❗ unobtanium * (new,missing:unknown) ```
- Loading branch information
Showing
19 changed files
with
184 additions
and
113 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
Oops, something went wrong.