Bug 476824 - [Error parser] Support for only parsing stdout or stderr
Summary: [Error parser] Support for only parsing stdout or stderr
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-07 23:36 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2015-09-07 23:36:25 EDT
I am trying to write an error parser for CMake (the configuration part). stdout and stderr get interleaved (bug 85196?) AND it has multi-line errors. Because lines of stdout can appear in between any lines of stderr, it makes error parsing quite difficult and not pretty. Instead, it would be nice if an error parser could specify that it is only interested in either stdout or stderr.

I have a patch in progress for this and just need to add a few tests.
Comment 1 Eclipse Genie CLA 2015-09-25 00:52:34 EDT
New Gerrit change created: https://git.eclipse.org/r/56689
Comment 2 Nathan Ridge CLA 2017-01-27 22:31:21 EST
Marc, do you plan to commit this patch?
Comment 3 Marc-André Laperle CLA 2017-02-01 22:33:41 EST
(In reply to Nathan Ridge from comment #2)
> Marc, do you plan to commit this patch?

I don't have an immediate need for it and it doesn't have test. That's why it has been sitting there. I can abandon and resurrect it later if that's better?
Comment 4 Nathan Ridge CLA 2017-02-01 23:46:31 EST
No, I was just curious. I don't have an immediate need for it either.