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

[7.4.1] Fix double encoding of inputs in worker request #24123

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

bazel-io
Copy link
Member

Since WorkRequest encodes strings as UTF-8, Bazel's internal string encoding of file paths needs to be undone before passing them to the protobuf builder.

Closes #23924.

PiperOrigin-RevId: 690737819
Change-Id: I3eb341c05e045c75ac004da57e1f46f3587a6810

Commit 89f798e

Since `WorkRequest` encodes strings as UTF-8, Bazel's internal string encoding of file paths needs to be undone before passing them to the protobuf builder.

Closes bazelbuild#23924.

PiperOrigin-RevId: 690737819
Change-Id: I3eb341c05e045c75ac004da57e1f46f3587a6810
@bazel-io bazel-io requested a review from a team as a code owner October 28, 2024 20:54
@bazel-io bazel-io added team-Local-Exec Issues and PRs for the Execution (Local) team awaiting-review PR is awaiting review from an assigned reviewer labels Oct 28, 2024
@bazel-io bazel-io requested a review from tjgq October 28, 2024 20:54
@iancha1992 iancha1992 enabled auto-merge (squash) October 28, 2024 20:54
@meteorcloudy
Copy link
Member

@fmeum Can you take a look at the presubmit failrues?

Copy link
Collaborator

@fmeum fmeum left a comment

Choose a reason for hiding this comment

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

@meteorcloudy I can't edit directly, so please try these suggested changes.

@iancha1992 iancha1992 merged commit b84f3a9 into bazelbuild:release-7.4.1 Oct 29, 2024
50 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Local-Exec Issues and PRs for the Execution (Local) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants