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

Change types of repeated args and envs fields #1063

Merged
merged 3 commits into from Mar 31, 2023

Conversation

mlw
Copy link
Member

@mlw mlw commented Mar 30, 2023

This change is necessary in order to properly encode non-UTF8 strings which aren't too uncommon in exec args/envs. Proto spec requires strings to be UTF8.

This is a compatible change - string --> bytes type change is safe.. Proto generated via the old schema can be successfully unmarshalled via the new schema.

@mlw mlw requested a review from a team as a code owner March 30, 2023 00:54
pmarkowsky
pmarkowsky previously approved these changes Mar 30, 2023
Copy link
Contributor

@pmarkowsky pmarkowsky left a comment

Choose a reason for hiding this comment

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

LGTM.

russellhancox
russellhancox previously approved these changes Mar 30, 2023
@mlw mlw dismissed stale reviews from russellhancox and pmarkowsky via ce6af4e March 30, 2023 01:56
Copy link
Contributor

@pmarkowsky pmarkowsky left a comment

Choose a reason for hiding this comment

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

LGTM.

@mlw mlw merged commit be87b3e into google:main Mar 31, 2023
7 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.

None yet

3 participants