-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
FixedSizeList
deserialization edge-case + trivial optimizations (…
…#2673) Deserializing a `FixedSizeList` itself contained within an empty list would fail; a situation that actually occurs all the time when using the transform types. The fix is trivial, and also added a few early out in there to optimize that path. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2673) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2673) - [Docs preview](https://rerun.io/preview/pr%3Acmc%2Ffixed_size_list_deser_bug/docs) - [Examples preview](https://rerun.io/preview/pr%3Acmc%2Ffixed_size_list_deser_bug/examples)
- Loading branch information
Showing
21 changed files
with
2,938 additions
and
2,714 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script. | ||
# It can be safely removed at anytime to force the build script to run again. | ||
# Check out build.rs to see how it's computed. | ||
934a605d9f5de40dea31cf0b9c34bac1fa4e0a6f0852251371faeb965511f6b3 | ||
478bc67049484da40beb2a0e8fa97aae5ffe1d0a29bd1e30024815ae844956be |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.