Skip to content

[8.3.0] Fix query parsing of Unicode target names #26284

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

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

iancha1992
Copy link
Member

bazel query now supports Unicode characters in queries, both specified on the CLI and via --query_file. Unreliable support was present in Bazel 7 before the large swath of Unicode fixes, but regressed due to them switching most (but not all) internal strings to the "internal" encoding.

Closes #26165.

PiperOrigin-RevId: 770732095
Change-Id: I5b5a483759661df611394aa5894d8270034c131d

Commit 93267e3

`bazel query` now supports Unicode characters in queries, both specified on the CLI and via `--query_file`. Unreliable support was present in Bazel 7 before the large swath of Unicode fixes, but regressed due to them switching most (but not all) internal strings to the "internal" encoding.

Closes bazelbuild#26165.

PiperOrigin-RevId: 770732095
Change-Id: I5b5a483759661df611394aa5894d8270034c131d
@iancha1992 iancha1992 requested a review from tjgq June 12, 2025 21:27
@iancha1992 iancha1992 requested a review from a team as a code owner June 12, 2025 21:27
@iancha1992 iancha1992 added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Jun 12, 2025
@iancha1992 iancha1992 enabled auto-merge June 12, 2025 21:28
@iancha1992 iancha1992 added this pull request to the merge queue Jun 13, 2025
Merged via the queue into bazelbuild:release-8.3.0 with commit d9e6e08 Jun 13, 2025
47 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants