Bug 397458 - Wish list: Improve support for showing code warnings / errors
Summary: Wish list: Improve support for showing code warnings / errors
Status: RESOLVED MOVED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-14 20:00 UTC by Michael Pyne
Modified: 2024-03-05 13:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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