Skip to content

VariableBindings should be resolved to live variable on deserialisation#1239

Merged
blairmcg merged 1 commit intomasterfrom
blairmcg/stbstaticvars
Dec 20, 2023
Merged

VariableBindings should be resolved to live variable on deserialisation#1239
blairmcg merged 1 commit intomasterfrom
blairmcg/stbstaticvars

Conversation

@blairmcg
Copy link
Copy Markdown
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
@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