Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Reflect serialization of tuple structs #1366

Merged
merged 3 commits into from
Feb 2, 2021

Conversation

Davier
Copy link
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
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