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

stdlib: readback fn captures stdout but still echoes out stderr from the shell call to our program's stderr #65

Open
rsaarelm opened this issue Mar 16, 2024 · 1 comment

Comments

@rsaarelm
Copy link

Should probably redirect subcommand's stderr to /dev/null or something.

@FeepingCreature
Copy link
Contributor

This is intentional. Mostly when I call out to other programs (ie. gcc), I want to echo stderr to give the user an impression when something goes wrong. Belongs with #59 imo: having a configurable process class lets us just close stderr.

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

2 participants