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

filter: fix a bug with parent dirs #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 3, 2024

  1. filter: fix a bug with parent dirs

    if the Map() function excludes a directory,
    but includes a file inside that directory,
    then the walker must backtrack and include
    the directory.
    
    otherwise, buildkit gets confused and
    sends "changes out of order" errors.
    
    part of fixing
    tilt-dev/tilt#6393
    
    Signed-off-by: Nick Santos <[email protected]>
    nicks committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    020c217 View commit details
    Browse the repository at this point in the history