commit | 292a5c095b7510b788008a85004c3d3ac7190538 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Nov 25 14:53:08 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 25 14:54:08 2019 -0800 |
tree | 4f8828362f591e8b73c0af776067721e1749951d | |
parent | 5933cc77403fc13702c39930515df94fea84d9c4 [diff] |
bazel syntax: introduce StarlarkIterable interface This interface abstracts all values that may be iterated by Starlark language constructs such as for loops, comprehensions, and f(*args). Sequence and Dict implement StarlarkIterable, as does OutputGroupInfo. toIterable is moved to class Starlark. It no longer allocates an array of all dict keys. PiperOrigin-RevId: 282438845
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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