commit | 7f86d4a34bbd76295b8753ffc2740e43aa228fc2 | [log] [tgz] |
---|---|---|
author | laurentlb <laurentlb@google.com> | Tue Dec 19 04:35:01 2017 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Dec 19 04:37:06 2017 -0800 |
tree | 4fe3b6e23b972733f981b7e592c471f50124fe0a | |
parent | 173cae708cc667ef1353b5e65c3b7a62757e5f97 [diff] |
Skylint: Add a warning for the `+` operator on depsets. In many cases, users do: d = depset() d += ... To catch this issue, we use a heuristic to find which variable is a depset (in theory, it could be reassigned - but it's unlikely and that would be error-prone anyway) RELNOTES: None. PiperOrigin-RevId: 179536463
{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.