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] Fix NPE in execlog when runfiles middleman are not top-level #23888

Merged
merged 1 commit into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. Fix NPE in execlog when runfiles middleman are not top-level

    The cherry-pick of the compact execlog runfiles changes assumed that runfiles only appear in the top-level tool nested set, but this isn't true for genrules. Instead, as in Bazel 8, it can be assumed that all middleman are also contained in inputs, which makes it possible to remove the extra middleman parameter and pass all runfiles tree information down to transitive log calls.
    fmeum committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    830f4a2 View commit details
    Browse the repository at this point in the history