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

Core: Add typed dictionary support for binary serialization #98120

Merged

Conversation

dalexeev
Copy link
Member

Copy link
Contributor

@Repiteo Repiteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything seems to be in order!

core/io/marshalls.cpp Outdated Show resolved Hide resolved
core/io/marshalls.cpp Outdated Show resolved Hide resolved
tests/core/io/test_marshalls.h Outdated Show resolved Hide resolved
@dalexeev dalexeev force-pushed the core-typed-dicts-bin-serialization branch from 0edd54b to e861346 Compare October 18, 2024 10:02
Copy link
Collaborator

@Faless Faless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll need to test and try to do a proper re-review since it's hard to safely evaluate just by looking at the changes, but in the meantime I added a couple of readability comments

core/io/marshalls.cpp Outdated Show resolved Hide resolved
core/io/marshalls.cpp Outdated Show resolved Hide resolved
@dalexeev dalexeev force-pushed the core-typed-dicts-bin-serialization branch 2 times, most recently from f575cb7 to 22295bc Compare October 18, 2024 11:21
@dalexeev dalexeev force-pushed the core-typed-dicts-bin-serialization branch from 22295bc to 9ba098b Compare November 12, 2024 07:20
@dalexeev dalexeev requested a review from Faless November 12, 2024 08:49
Copy link
Collaborator

@Faless Faless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!

I've gone through all changes, everything seems in order, also run some tests using the multiplayer API (which adds some custom encoding on top of the regular variant marshalling) and everything worked as expected.

Awesome work! 🥇 🏆

@Repiteo Repiteo merged commit 8fd672c into godotengine:master Nov 12, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 12, 2024

Thanks!

@dalexeev dalexeev deleted the core-typed-dicts-bin-serialization branch November 12, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants