forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement getInputMapping() using walkInputs()
Keep a single way of retreiving the inputs, instead of keeping two implementations in sync. Using walkInputs() will be slightly slower, but as getInputMapping() is only called on cache miss, I think the maintenance problem is more important to solve.
- Loading branch information
Showing
1 changed file
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters