commit | beafd7ef1245511a74d12962cecfbeddc05e0d46 | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Thu Apr 05 15:03:19 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Apr 05 15:04:30 2018 -0700 |
tree | 16a295c351e22cfd029594118a1bc18d0ea49d19 | |
parent | 73b6452d55c6b4a196b8aea55126058c1d88e7bd [diff] |
Split Args#add into three methods. Args#add(value, *, arg, format) Args#add_all(value, *, arg, map_each, format_each, before_each, omit_if_empty, uniquify) Args#add_joined(value, *, arg, join_with, map_each, format_each, format_joined, omit_if_empty, uniquify) The old Args#add remains backwards compatible, but we add a flag to disable this compatibility mode. RELNOTES: None PiperOrigin-RevId: 191804482
{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.