-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer make guesses when determining who provides a given feature
The new function `epkg-provided-by' returns the package that provides a given feature. It replaces `epkg--required', which did the same thing, but also also guessed the package for certain features, those involving autoload, version, and test libraries, in case the Epkg database did not contain any information on the feature. The new function doesn't do that because this is no longer necessary now that all those features are accounted for in the database.
- Loading branch information
Showing
2 changed files
with
16 additions
and
31 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