commit | 5ce3079d99b35f8b8960a54ba6c7d4ae4aee493d | [log] [tgz] |
---|---|---|
author | dchai <dchai@google.com> | Fri Sep 13 08:50:24 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 13 08:51:18 2019 -0700 |
tree | 8aae963c739d2cac4a10f3d91173fff89a446f11 | |
parent | 27c88136837d343b34ceeb8e8a4c3529bad48916 [diff] |
Fix handling of noneable @Param A None value in Skylark is mirrored into Java as a com.google.devtools.build.lib.syntax.Runtime$NoneType instead of null. When a None value is passed to a noneable param declared as anything but a supertype of NoneType, one gets an inscrutable reflective-based IllegalArgumentException. PiperOrigin-RevId: 268913205
{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.