Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039443
en ru br
ALT Linux repos
S:1-alt1

Group :: Development/Other
RPM: grep-warnings

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1-alt1
Build date: 10 february 2020, 20:12 ( 215.4 weeks ago )
Size: 44.30 Kb

Home page:   http://git.altlinux.org/gears/s/grep-warnings

License: CC0
Summary: Extract and process warnings from build logs so that they can be compared
Description:

grep-warnings extracts and processes warnings from build logs so that
two logs can be compared (by diff) to detect whether new warnings appeared.

Now it simply deletes line numbers from compiler warnings (because they might
differ after the source code changed.) It is suited to the format of warnings
produced by gcc or lcc.

Usage: grep-warnings [--rpmb (p|c|i|STAGE)]

Usage example:

diff -d <(grep-warnings --rpmb c <hsh.log.0 |sort) <(grep-warnings --rpmb c <hsh.log.1 |sort)

Current maintainer: Ivan Zakharyaschev

List of contributors

List of rpms provided by this srpm:

  • grep-warnings
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin