close
Skip to content

Fix Reflect serialization of tuple structs#1366

Merged
cart merged 3 commits into
bevyengine:masterfrom
Davier:fix_dynamic_tuple_struct
Feb 2, 2021
Merged

Fix Reflect serialization of tuple structs#1366
cart merged 3 commits into
bevyengine:masterfrom
Davier:fix_dynamic_tuple_struct

Conversation

@Davier
Copy link
Copy Markdown
Contributor

@Davier Davier commented Feb 1, 2021

DynamicTupleStruct's name field was not set properly, which made the serialization of any tuple struct (e.g. Parent and Children) fail.

@cart
Copy link
Copy Markdown
Member

cart commented Feb 1, 2021

Looks like all of the DynamicX types (Map/List/TupleStruct) except DynamicStruct have the same issue, which is probably what resulted in this impl having this issue.

Would you mind fixing everything else while you're at it 😄 ?

@cart cart merged commit 5b11539 into bevyengine:master Feb 2, 2021
@Davier Davier deleted the fix_dynamic_tuple_struct branch February 3, 2021 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants