We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output from the formatters is not split between stdout and stderr so warnings and error messages get tangled up into the final output
No response
The two output streams should be separate, stdout is the formatted text document and stderr goes on the log channel.
v3.0.2022060502
v1.68-Insiders
Linux
The text was updated successfully, but these errors were encountered:
[BUG] Formatter output mixes stdout and stderr
4b614e2
Fixes #517
gnikit
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Description
The output from the formatters is not split between stdout and stderr so warnings and error messages get tangled up into the final output
Screenshots
No response
Expected Behaviour
The two output streams should be separate, stdout is the formatted text document and stderr goes on the log channel.
Version of Modern Fortran
v3.0.2022060502
Version of Visual Studio Code
v1.68-Insiders
Platform and Architecture
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: