- Notifications
You must be signed in to change notification settings - Fork23
chore: send errors to stderr#205
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
In general this is not a bad idea. But I wonder how you noticed it. |
Fairly noticeable when using along other tools.
You might be referring to |
Context.
framework_tooluses bothstdoutandstderr. But the former one is being overused, having most of the error messages which should be sent tostderr.This PR only changed print statements which should go to
stderr.