commit | 7ba9d764dfdea96da470f612d360824269fda132 | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Tue Mar 20 10:47:31 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Mar 20 10:48:43 2018 -0700 |
tree | 76dae3fc33f32c2e1c9bbe396a37dcf4bab39c09 | |
parent | adb27dc3783509768f8a2ba5f2913185ccd90eec [diff] |
Add ability to shallow-freeze individual objects Clarify that the IMMUTABLE Mutability should only be used for deeply immutable things, not tuples. Created a new SHALLOW_IMMUTABLE Mutability for them. Note that the new shallow-freezing functionality marks things as deeply IMMUTABLE without traversing its contents. I.e., it lies, and it is up to the caller to ensure this doesn't cause problems. RELNOTES: NONE PiperOrigin-RevId: 189767422
{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.