commit | 14c0f40fbbc313524055e514ba07be3a604af77b | [log] [tgz] |
---|---|---|
author | laurentlb <laurentlb@google.com> | Fri Nov 09 13:59:34 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Nov 09 14:01:13 2018 -0800 |
tree | f40f18b7a58ff47014606cd5a37b05498622aab2 | |
parent | 6548f11b645abfcbefad754efe7b135a9c8d4e94 [diff] |
Starlark AST: use a list of bindings instead of a map in load statements - The map was not useful: all we want to do is to iterate on the bindings - Using Identifier as a key is not well defined (we shouldn't compare them and they shouldn't be hashable in the first place) - Using Identifier instead of String for the original name allows us to preserve the location in the AST RELNOTES: None. PiperOrigin-RevId: 220860272
{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.