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

Commits on Dec 20, 2023

  1. VariableBindings should be resolved to live variable on deserialisation

    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 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    95e6001 View commit details
    Browse the repository at this point in the history