commit | 5b68917c6f9cad8c19da87a8290b168dbf8ae412 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Tue Sep 22 10:32:01 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 22 10:33:03 2020 -0700 |
tree | edc8e9536631154e1e07900d6994fda7c2e64b2c | |
parent | aae111a8825e041a7f97dfa42e6c9003f7ef4862 [diff] |
starlark: delete redundant StarlarkDeprecated annotation Its entire effect was to add the string "(Deprecated)" to the skydoc output. This is redundant with the doc strings of all such annotated methods, and uninformative: Why is it deprecated? Will it be deleted? What should one use instead? Also, we already have one complete mechanism for experimental or deprecated functions and parameters: FlagControlledValue. PiperOrigin-RevId: 333109275
{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