commit | 25aa8dacab894ea75cc35e249f4782877cd82f5b | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue May 19 13:39:31 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 19 13:40:36 2020 -0700 |
tree | d7e5ed82f2965142f1c2f619d10c708a67a38944 | |
parent | 9be33c8370ecd50f79bbde84c0b08996b5cb4836 [diff] |
Remove charset from ParameterFileWriteAction. The sole use of UTF-8 was a bug. Generally when blaze has a String on its heap, the contents are encoded as latin1, regardless of their interpretation outside blaze. Such a String will losslessly round-trip with byte[], which is typically all that we require. RELNOTES: None. PiperOrigin-RevId: 312343886
{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