commit | 641569af14f9f639291f153f78b3ba467d9309e5 | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Wed Apr 18 08:41:55 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Apr 18 08:43:14 2018 -0700 |
tree | f5e864ec1994892c6d12ccd39c967b800e2bf6e9 | |
parent | 380f5dd96e97ff9c1c8ceb1104322ba6e303e067 [diff] |
Clean up IterablesChain. * Change builder return type to Iterable<T> instead of IterableChain<T>. It is over-specified and unnecessary to state the return type so precisely. * Optimize builder for cases where we add 0 or 1 iterables to the chain. In this case, we can simply return the underlying iterables without adding wrappers. * Extract DedupingIterable, it doesn't have anything to do with IterablesChain and is only used in one place RELNOTES: None PiperOrigin-RevId: 193363048
{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.