commit | 60ad1774374a691fb65f90a7512b2596a191c7d3 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Fri Aug 07 08:18:06 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 07 08:19:29 2020 -0700 |
tree | 7c8d67419ed9c9b9e7c2a4f571d5ea148dda96af | |
parent | ec1cdc953a01b0ebfac9e10665dae6d82e5e01fd [diff] |
bazel syntax: EvalException: make Throwable optional if message is provided Otherwise it's a pain for callers that say new EvalException(msg, e.getCause()), as getCause may return null. The pain is particularly acute when the 'new EvalException' call is in the form super(...), because you're not at liberty to use a condition to select a different constructor. PiperOrigin-RevId: 325438045
{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