Package grep-warnings: Information
Source package: grep-warnings
Version: 1-alt1
Build time: Feb 12, 2020, 09:26 PM
Category: Development/Other
Report package bugLicense: 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)
Maintainer: Ivan Zakharyaschev