Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 929983

Summary: dev-util/pkgcheck: "--quiet" flag breaks "--keywords" flag
Product: Gentoo Hosted Projects Reporter: Anna Vyalkova <cyber+gentoo>
Component: PkgCoreAssignee: PkgCore project <pkgcore>
Status: RESOLVED INVALID    
Severity: normal CC: cyber+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Anna Vyalkova 2024-04-14 06:25:35 UTC
$ pkgcheck --version
pkgcheck 0.10.29

$ pkgcheck scan --keywords PythonCompatUpdate
# works as intended

$ pkgcheck scan --quiet --keywords PythonCompatUpdate
pkgcheck scan: error: no matching checks available for repo scope

Reproducible: Always
Comment 1 Anna Vyalkova 2024-04-14 06:42:19 UTC
I believe it's a regression because at 2024-02-08 I didn't get this error.
Comment 2 Anna Vyalkova 2024-04-19 17:58:44 UTC
Ohhh I understand now: it works as intended.

New behavior of "--quiet" flag (quite breaking) is to suppress all non-error keywords, and PythonCompatUpdate is not error!