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.0] Avoid unnecessary copying in getDirectoryEntries implementations #23452

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

bazel-io
Copy link
Member

File#list is documented to never return "." and "..".

Closes #23435.

PiperOrigin-RevId: 668327754
Change-Id: I0beb70a82232990a83671485dcd97208ea4bd147

Commit bf2eff8

`File#list` is documented to never return `"."` and `".."`.

Closes bazelbuild#23435.

PiperOrigin-RevId: 668327754
Change-Id: I0beb70a82232990a83671485dcd97208ea4bd147
@bazel-io bazel-io requested a review from a team as a code owner August 28, 2024 08:12
@bazel-io bazel-io added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Aug 28, 2024
@meteorcloudy meteorcloudy added this pull request to the merge queue Aug 28, 2024
Merged via the queue into bazelbuild:release-7.4.0 with commit 6f3b6a9 Aug 28, 2024
52 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Aug 28, 2024
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.

3 participants