Bug 397458

Summary: Wish list: Improve support for showing code warnings / errors
Product: [Developer tools] kdesrc-build Reporter: Michael Pyne <mpyne>
Component: generalAssignee: Michael Pyne <mpyne>
Status: RESOLVED MOVED    
Severity: wishlist CC: ashark, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Michael Pyne 2018-08-14 20:00:13 UTC
Akademy feature request: kdesrc-build should make an effort to show compiler warnings for each module and report that out as a separate statistic.

Potentially (as a separate feature), to show the raw console output for the compile process in addition to sending it to the output logs.

For extra credit, kdesrc-build could compare to previous builds and flag if there are more warnings than had been present at the last run.
Comment 1 Michael Pyne 2018-08-14 21:03:56 UTC
See commit b0a2d048bd3b2ab06f591bfeffb7c3f0cc7914fb for now, which does a very simple grep for 'warning: ' in the compiler output and outputs the resultant count if that count is >0.
Comment 2 Andrew Shark 2024-03-05 13:06:24 UTC
Move to https://invent.kde.org/sdk/kde-builder/-/issues/69