commit | b7e4fd457ca983512021378d83eed92ef7a80a65 | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Fri May 01 15:21:58 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 01 15:23:13 2020 -0700 |
tree | 228af8e3826df3e745b40e160018eba6473ea46d | |
parent | 12d413b5fee822442980ff3dcef2fe73ed576246 [diff] |
Remove deprecated and already-disabled params from Args.add() The parameters before_each, join_with, and map_fn were deprecated long ago, and the incompatible flag and code path for using them has since been deleted. Removing these parameters should not impact any existing code because it is just substituting one dynamic error message for another. Also removed more dead code following unknown commit. Now that ScalarArg no longer needs mapFn, it also no longer needs locations, or the legacy fingerprint function. RELNOTES: None PiperOrigin-RevId: 309483908
{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