commit | 68777a232b0830724bf642b34dbf64a62bee17a5 | [log] [tgz] |
---|---|---|
author | ajurkowski <ajurkowski@google.com> | Fri Jun 25 17:26:10 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 25 17:27:30 2021 -0700 |
tree | 57def239925070653c9ccaa4600f788388a62df3 | |
parent | 171c12eaa389d89c2270e939779574f32ea34032 [diff] |
Preserve comparator in `ImmutableSortedMap` serialization. `ImmutableSortedMap` will be deserialized as `ImmutableSortedMap` only if it is ordered by natural comparator, otherwise we will restore it as `ImmutableMap`. Include the comparator in serialization and always restore the map as `ImmutableSortedMap`. PiperOrigin-RevId: 381577433
{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