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

Implement CommandSpec structure #371

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Implement CommandSpec structure #371

merged 1 commit into from
Oct 12, 2023

Conversation

jherbel
Copy link
Contributor

@jherbel jherbel commented Oct 10, 2023

This struct will replace std::process::Command in various places to circumvent potential non-UTF-8 strings in the latter.

Note that we explicitly do not implement the handling of environment variables for now. We currently have no need for this, since we anyway won't set ROBOCORP_HOME in the future.

CMK-14766

SoloJacobs
SoloJacobs previously approved these changes Oct 11, 2023
This struct will replace `std::process::Command` in various places to
circumvent potential non-UTF-8 strings in the latter.

Note that we explicitly do not implement the handling of environment
variables for now. We currently have no need for this, since we anyway
won't set `ROBOCORP_HOME` in the future.

CMK-14766
Copy link
Contributor

@SoloJacobs SoloJacobs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jherbel jherbel merged commit ba635c9 into main Oct 12, 2023
26 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