-
Notifications
You must be signed in to change notification settings - Fork 148
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
Comments
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 |
Ping. |
@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. |
Closed by #424. |
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?
The text was updated successfully, but these errors were encountered: