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

[5.x] Remote: Fix file counting in merkletree.DirectoryTreeBuilder #14331

Merged
merged 1 commit into from
Nov 25, 2021

Commits on Nov 25, 2021

  1. Remote: Fix file counting in merkletree.DirectoryTreeBuilder

    The DirectoryTreeBuilder did not check if files already existed in the resulting map, so the file counter got wrong and an assertion failed.
    
    The error was visible when adding a file and the directory containing that file as inputs for an action.
    
    Fixes bazelbuild#14286.
    
    Closes bazelbuild#14299.
    
    PiperOrigin-RevId: 412051374
    moroten authored and coeuvre committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ca5f726 View commit details
    Browse the repository at this point in the history