commit | ca74482825e0c0ca5d119eceab74ba4292428557 | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Tue Oct 10 13:50:15 2017 +0200 |
committer | Marcel Hlopko <hlopko@google.com> | Wed Oct 11 09:59:55 2017 +0200 |
tree | c53085a1265c032107a52c3b179a87b6d6a77fa4 | |
parent | 9725c8458d31a769371c75121061c7755bbad9c9 [diff] |
Clean up InvocationPolicy's use of OptionDescription. OptionDescription is basically a hack to get the expansion data for options from outside the options parser, but it was being used at various points of invocation policy enforcement. In order to correctly track option origin, we only want to get this information once. Do it during the invocation policy expansion stage, not at enforcement, so that we track the information of the option's origin in the original invocation policy passed to the enforcer, not the expanded one. PiperOrigin-RevId: 171661669
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.