Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warnings and errors from stderr should be output on stderr (instead of stdout) #396

Closed
rhaschke opened this issue Aug 17, 2016 · 4 comments

Comments

@rhaschke
Copy link
Contributor

The compact output summary of catkin tools is really great.
However, using it with qtcreator (> 4), poses the issue, that warnings and errors are no longer on stderr, but they are redirected to stdout by catkin_tools. For this reason, qtcreator doesn't parse those warnings/errors anymore to allow for source-code hyperlinking.

Could you consider to output warnings/errors on stderr again?

@dseifert
Copy link

This is not only an issue with QtCreator 4.x but also earlier versions. And I would expect also other IDEs. It was also shortly discussed in #157. A quick work-around is to simply pipe the entire catkin build output to stderr - the result is not pretty, but it usually works well enough.

@rhaschke
Copy link
Contributor Author

Ping.

@wjwwood
Copy link
Member

wjwwood commented Jan 10, 2017

@rhaschke I was looking at these this week. I'm still trying to figure out how #400 and #362 and #362 (comment) all fit together.

wjwwood added a commit that referenced this issue Jan 12, 2017
@wjwwood
Copy link
Member

wjwwood commented Jan 13, 2017

Closed by #424.

@wjwwood wjwwood closed this as completed Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants