commit | 1cf5ee39f35628ab8e66935378e80ae6084679ce | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue Jul 31 07:34:51 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jul 31 07:36:23 2018 -0700 |
tree | b86dcf4d997d7baa829c203f2fa8eb81a95779a3 | |
parent | 9c9b85f319520f91d48389fc1408c8710af62c29 [diff] |
Get newlines back. After the switch to using a JsonWriter, the json profile output was written all in one line. However, it is really convenient to be able to grep and count over the file (or generally be able to open it in an editor). This change is a bit hacky as just using setIndent makes the file completely expanded with one key-value pair per line, which is also not ideal. With this change, the format is: [ { <entry> }, { <entry> }, ... { <entry> } ] RELNOTES: None PiperOrigin-RevId: 206758496
{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.