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

VariableBindings should be resolved to live variable on deserialisation #1239

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

blairmcg
Copy link
Contributor

VariableBindings for static variables should be resolved to the live variable, if present, on deserialization.

For backwards compatibility, old filers should file out as either an Association or a VariableBinding, and make a best effort to map these to a live variable on loading, although this is only really possible with class bindings, and not when loading binary object streams from Dolphin versions prior to 7.1 where the variables were implemented using the basic Association class.

VariableBindings for static variables should be resolved to the live
variable, if present, on deserialization.

For backwards compatibility, old filers should file out as either an
Association or a VariableBinding, and make a best effort to map these to a
live variable on loading, although this is only really possible with class
bindings, and not when loading binary object streams from Dolphin versions
prior to 7.1 where the variables were implemented using the basic
Association class.
@blairmcg blairmcg merged commit f6ca135 into master Dec 20, 2023
1 of 2 checks passed
@blairmcg blairmcg deleted the blairmcg/stbstaticvars branch December 20, 2023 21:29
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.

1 participant