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

Simplify RequestWithStdio and rename it as CommandRequest #747

Merged
merged 6 commits into from
Oct 10, 2024

Conversation

jemoreira
Copy link
Member

No description provided.

NullIo has to open /dev/null, while Stdio just copies std::cout and
std::cin.
The translator has been disabled so this is mostly no-op. This was the
This change makes acloud create always verbose, but eliminates the last
use of NullIo, which allows for a greater simplification of the
RequestWithStdio class.
It's always set to CurrentDirectory()
It's always set to standard IO
Also rename the server_client.* files as there are no servers and
clients anymore.
@jemoreira jemoreira merged commit 1559550 into google:main Oct 10, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants