commit | 8abb430fa4f1f77af9304ee0dc7c98feee8b67e6 | [log] [tgz] |
---|---|---|
author | nharmata <nharmata@google.com> | Mon Jan 28 10:14:29 2019 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jan 28 10:16:42 2019 -0800 |
tree | 5acd7383e7ed8b690c14b8842c733a89ad11300c | |
parent | f3e99412bbc7e0eff5e3e37734f255e4fd9054cf [diff] |
Fold BazelCrashUtils.java into BugReport.java. There's no need to have both of these. This was very tedious and a lot of care had to be done in order to avoid build-time cycles -- this is mostly due to the combination of (a) the serialization codebase's usage of BugReport and (b) the proliferation of '@AutoCodec' annotations. Also, while I'm here, slightly improve readability of BugReport.java. RELNOTES: None PiperOrigin-RevId: 231241644
{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.