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

Conversation

jayconrod
Copy link
Contributor

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 #859

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
@jayconrod jayconrod merged commit fabe063 into bazelbuild:master Nov 16, 2017
@jayconrod jayconrod deleted the gazelle-walk-all branch November 16, 2017 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants