-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes ImmutableMap codecs DeferredObjectCodec.
* Fixes a soundness error with ImmutableMapCodec which would cause a crash if the declared type is ImmutableSortedMap by splitting into 2 codecs. * This necessarily includes ImmutableBiMapCodec and ImmutableClassToInstanceMapCodec because those two previously had dependencies on ImmutableMapCodec. PiperOrigin-RevId: 596078698 Change-Id: I23b928307a3f1b1722d31b2907366fe46352ee6f
- Loading branch information
1 parent
6a52795
commit 8e8ddab
Showing
5 changed files
with
326 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
138 changes: 0 additions & 138 deletions
138
src/main/java/com/google/devtools/build/lib/skyframe/serialization/ImmutableMapCodec.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.