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

Gazelle: packages.Walk now calls back in all subdirectories #1027

Merged
merged 1 commit into from
Nov 16, 2017

Commits on Nov 15, 2017

  1. Gazelle: packages.Walk now calls back in all subdirectories

    Walk now calls its callback in all directories it traverses, whether
    or not they have buildable code or are outside of the subtrees Gazelle
    was asked to update.
    
    This is needed for import path indexing, since we'll need to scan
    rules in all directories.
    
    Related bazelbuild#859
    Jay Conrod committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    c7b5dfa View commit details
    Browse the repository at this point in the history