You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing such new check request for this?
I have searched the existing issues
Explain
I wonder how feasible it would be to add a check which tells you when you can bump to latest available EAPI. Apparently we still have devs pushing EAPI-7 ebuilds when 8 would work. And this is seen tons with users who contribute sporadically, not following our latest -dev changes.
Examples
Someone pushes an EAPI-7 ebuild, while (with no inherits or) the eclasses inherited already supports EAPI-8.
Output message
Ebuild eligible for newer EAPI: 8
Documentation
No response
Result level
warning
The text was updated successfully, but these errors were encountered:
Catch cases where new ebuilds are committed with old EAPIs. This is
checked during `--commits` stage.
Resolves: pkgcore#666
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Is there an existing such new check request for this?
Explain
I wonder how feasible it would be to add a check which tells you when you can bump to latest available EAPI. Apparently we still have devs pushing EAPI-7 ebuilds when 8 would work. And this is seen tons with users who contribute sporadically, not following our latest -dev changes.
Examples
Someone pushes an EAPI-7 ebuild, while (with no inherits or) the eclasses inherited already supports EAPI-8.
Output message
Ebuild eligible for newer EAPI: 8
Documentation
No response
Result level
warning
The text was updated successfully, but these errors were encountered: