-
-
Notifications
You must be signed in to change notification settings - Fork 854
Comparing changes
Open a pull request
base repository: serde-rs/serde
base: v1.0.206
head repository: serde-rs/serde
compare: v1.0.208
- 11 commits
- 12 files changed
- 3 contributors
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0647a7c - Browse repository at this point
Copy the full SHA 0647a7cView commit details -
Correctly calculate
has_flatten
attribute in all cases for deserial……ization Consequence: `FlattenSkipDeserializing[DenyUnknown]` - does not collect data in Field, because do not read them anyway - gets `deserialize_in_place` method - gets ability to deserialize from sequence (visit_seq method) - uses `deserialize_struct` instead of `deserialize_map`
Configuration menu - View commit details
-
Copy full SHA for fd5b5e9 - Browse repository at this point
Copy the full SHA fd5b5e9View commit details -
Fail with an understandable message is number of fields for serializa…
…tion is too many
Configuration menu - View commit details
-
Copy full SHA for 005cb84 - Browse repository at this point
Copy the full SHA 005cb84View commit details -
Remove dead code - serialize_struct_as_map always called when cattrs.…
…has_flatten()==true
Configuration menu - View commit details
-
Copy full SHA for 547d843 - Browse repository at this point
Copy the full SHA 547d843View commit details -
Take into account only not skipped flatten fields when choose seriali…
…zation form Consequence: `FlattenSkipSerializing` - uses `serialize_struct` instead of `serialize_map`
Configuration menu - View commit details
-
Copy full SHA for 77a6a9d - Browse repository at this point
Copy the full SHA 77a6a9dView commit details
Commits on Aug 12, 2024
-
Merge pull request #2795 from Mingun/has-flatten-rework
`has_flatten` rework
Configuration menu - View commit details
-
Copy full SHA for f986609 - Browse repository at this point
Copy the full SHA f986609View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61d452 - Browse repository at this point
Copy the full SHA f61d452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4da41 - Browse repository at this point
Copy the full SHA 1b4da41View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4036ff8 - Browse repository at this point
Copy the full SHA 4036ff8View commit details -
Merge pull request #2802 from jonhoo/flatten-unit-struct
Support (de-)serializing flattened unit struct
Configuration menu - View commit details
-
Copy full SHA for bfbedac - Browse repository at this point
Copy the full SHA bfbedacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 026e91a - Browse repository at this point
Copy the full SHA 026e91aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.206...v1.0.208