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

Add type to session format #918

Merged
merged 8 commits into from
Oct 5, 2023
Merged

Conversation

jw3
Copy link
Member

@jw3 jw3 commented Oct 4, 2023

Implements a new format for changesets to include a type discriminator which assists with deserialization.

Previously the deserialization was deriving the value type by the type of the serialized data, but this has issues when scaling to support additional types.

Closes #917

@jw3 jw3 added this to the v1.2 milestone Oct 4, 2023
@jw3 jw3 merged commit 77e8f14 into ctc-oss:master Oct 5, 2023
@jw3 jw3 deleted the 917-new_changeset_format branch October 5, 2023 16:19
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.

Config changes from saved sessions do not restore
1 participant