commit | 3694136dc22d9653c6b58a547be7957668b12818 | [log] [tgz] |
---|---|---|
author | Taras Tsugrii <ttsugrii@fb.com> | Fri Jun 08 16:31:53 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jun 08 16:33:35 2018 -0700 |
tree | 4e3960593c21cd37eb435b8a1d1fe209a39da2c7 | |
parent | d53d72e2841cd7e2c007751415679f9ff8a73062 [diff] |
Use Identifiers instead of Strings The high level summary of the changes: - use `Identifier` instead of `name` in `Keyword` and `Parameter`. - construct `Identifier` through a factory method in case future interning is desired. These changes are in preparation for using `Identifier` instead of `name` for environment lookups. Closes #5304. PiperOrigin-RevId: 199869171
{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.