commit | d6d4ee285589aff635687f412e23799202b547d5 | [log] [tgz] |
---|---|---|
author | michajlo <michajlo@google.com> | Thu Apr 16 13:48:06 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 16 13:49:11 2020 -0700 |
tree | 45214b91e3371a3b4d09fa333dfa52b6c1765331 | |
parent | 4c3d87cdd2641febbb7922fdd48708c7fc3aa462 [diff] |
Automated rollback of commit 886d7d590fae2f860788a4c8ccb4624e59fc212d. *** Reason for rollback *** b/154243114 Fixes https://github.com/bazelbuild/bazel/issues/11125 *** Original change description *** Use ByteStrings instead of Strings for stdout/err These are starting as opaque bytes in SynchronizedOutputStream (and/or whatever comes before that) and finishing as bytes in a proto. No need to take an extra trip through String which add encoding overhead and room for error. Drive-by cleanup to delete `discardAll` because it was always false. Also add a test for SynchronizedOutputStream which documents the minutia of the current behavior. RELNOTES: None PiperOrigin-RevId: 306913995
{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