commit | b5d534d8d683e6869f64b74ee067c02d5e4deab1 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu May 23 14:26:05 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 23 14:27:11 2019 -0700 |
tree | 65b0c0325c195b78e7fe0dedab81ce9926003eb3 | |
parent | 0cda991d6489c0d0e6d7ddf1fe25179b301108bb [diff] |
Try to prevent unrolling nested sets in NestedSetBuilder. If the set being built has stable order (direct/transitive member order does not matter), then we can add the nested set as a transitive member. There are some cases where the set being built has a different order, and it is likely unintentional that callers are adding nested sets as direct members. That will require more investigation. RELNOTES: None. PiperOrigin-RevId: 249715275
{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.