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

Call finalisers for embedded fields when parent type has no finalizer. #1629

Merged
merged 1 commit into from
Mar 17, 2017

Commits on Mar 17, 2017

  1. Really always call finalisers for embedded fields

    This fixes a case overlooked in 087ebc7. In that commit, the finaliser
    of an embedded field was only called if the parent object (or actor)
    had an explicit finaliser. This change adds implicit finalisers to
    objects that must finalise an embedded field, including recursively.
    Benoit Vey committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    bb8aac4 View commit details
    Browse the repository at this point in the history