| commit | 2714b8867a508147101377dfc9a7e7619c617f42 | [log] [tgz] |
|---|---|---|
| author | Googler <noreply@google.com> | Thu Aug 01 12:30:08 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 01 12:31:55 2019 -0700 |
| tree | 070c04a5512757bec720520b65cdb48548f16afb | |
| parent | 90a55a994b5f5ae5ad928052ed77351055c28945 [diff] |
Get ActionAnalysisMetadata in a simpler, more efficient manner. Instead of checking whether it's an action or a template and calling the corresponding method, when it can be either, simply bypass checks and get it directly from the list. The actions list itself used to not be exposed, so isActionTemplate was necessary to determine which method to call (getAction or getActionTemplate). Also prevent boxing of ints in the Preconditions calls. PiperOrigin-RevId: 261174117
{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 solution. 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.