-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request, new check: Perl virtual dependencies #593
Comments
We can use the implementation of |
|
All packages
The virtuals stand for packages that have releases both as part of dev-lang/perl and standalone. Apart from rare special cases, if you require "any" version of such a virtual, this will always be fulfilled by dev-lang/perl. For a long time we had the policy that also version-less dependencies on Perl virtuals should be added to packages. I want to change that, since these dependencies are pointless and obscure which virtuals are still needed. Reducing the number of Perl virtuals would be great, and once we have only version dependencies in the tree it's trivial to see which ones are obsolete and which ones not. |
Resolves: pkgcore#593 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Here's a wish for a new check. (@thesamesam @arthurzam)
Example: dev-perl/XXX-0.380.0
Triggers a warning since the dependency on virtual/perl-ExtUtils-MakeMaker in BDEPEND does not specify any version (i.e., no =, <, >, ~, ...)
If this ever goes into CI, all current warnings will have to be grandfathered in since otherwise things explode.
The text was updated successfully, but these errors were encountered: