commit | 58f80df1378e4f8687ca6690001577f075de2038 | [log] [tgz] |
---|---|---|
author | Taras Tsugrii <ttsugrii@fb.com> | Tue Jul 31 11:51:21 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jul 31 11:52:31 2018 -0700 |
tree | 746ec0359b0019ddee94ffc7014b7e336fb3b1b7 | |
parent | 4b8d0ae907749440edb8f5f899e570d58e4d963b [diff] |
[Skylark] Cache isParamNamed computation. When `isLegacyNamed` is `true`, `named` is considered to be `true` as well, so instead of going through an extra indirection and computation, just use `named` field to store combined result. Closes #5701. PiperOrigin-RevId: 206800781
{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.