commit | b6f33cd4b23f6aafe35cf42079a6ccb8d522b8cf | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Sep 16 10:32:03 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 16 10:33:10 2019 -0700 |
tree | bc4f6e0f09b4066eda4bf993c65e91c8948f0bf4 | |
parent | b970b2488a55e476f8773a837698c77ecaf2d18e [diff] |
bazel syntax: rename ListLiteral to ListExpression A literal is a value provided in the syntax tree. By contrast, a list expression involves computation (of its elements) and may fail. Also: - remove enum Kind. A boolean is fine. - update comments and doc strings. A follow-up will do the same for DictionaryLiteral. PiperOrigin-RevId: 269366336
{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.