Bug 83007 - wish: output-view filter: report only a limited number of build errors
Summary: wish: output-view filter: report only a limited number of build errors
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 20:04 UTC by Daniel Franke
Modified: 2008-06-29 20:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Franke 2004-06-07 20:04:45 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    Compiled From Sources
Compiler:          gcc-3.4 
OS:                Linux

This is related to wish #82615, but not quite the same.

Do not report all errors that occur, but up to user defined maximum (especially with abort-on-first-error enabled). 

Why I ask for this:
it's not possible to interrupt the build process within one unit/file. Due to a missing boost-include file, I got up 1.875 (!) lines of error messages - and it took nearly 30 seconds to list them all in the outputview (kdevelop is almost locked then). It's far enough to show the first X errors, let the user know that there were even more and redirect the remaining lines to /dev/null.
Comment 1 Andreas Pakulat 2008-06-29 20:12:32 UTC
This is a wontfix because we can't easily interrupt and change the output channel of a process while its already running. Instead of that it would be better to actually fix the slowness.