-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
search: provide better error messages for why a package wasn't selected
This provides messages that better explain why a cps file could not be found, whether there isn't one named in that path, or if there's a version mismatch, or dependency that is missing.
- Loading branch information
Showing
4 changed files
with
37 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "has-compat-version", | ||
"cps_version": "0.12.0", | ||
"version": "1.0.700344", | ||
"compat_version": "1.0.0", | ||
"components": { | ||
"default": { | ||
"type": "archive", | ||
"location": "/usr/lib/libfoo.a" | ||
} | ||
}, | ||
"default_components": [ | ||
"default" | ||
] | ||
} |