commit | bf6fc47396ab981770a4bb1eae793e048a98f535 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue Nov 24 06:04:44 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 24 06:05:58 2020 -0800 |
tree | 198e94eaa12d7cc7a3132d48ca3686804053f74a | |
parent | 47e832a95d390abf0e8e3e7a5cc251b99eaa1d06 [diff] |
Don't put spurious leading semicolon in param doc when Param.allowed_types is empty When expanding these templates, param.type is empty if the type is not specified for that Param in the StarlarkMethod annotation. For example, that's currently showing up for many of the params on attr methods: https://docs.bazel.build/versions/master/skylark/lib/attr.html RELNOTES: None. PiperOrigin-RevId: 344043655
{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