Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929983 - dev-util/pkgcheck: "--quiet" flag breaks "--keywords" flag
Summary: dev-util/pkgcheck: "--quiet" flag breaks "--keywords" flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PkgCore (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PkgCore project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-14 06:25 UTC by Anna Vyalkova
Modified: 2024-04-19 17:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!