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

When timing metadata changes, ensure metadata.changed fires #7576

Merged
merged 4 commits into from Dec 4, 2019

Commits on Dec 2, 2019

  1. When timing metadata changes, ensure metadata.changed fires

    This bug was caused by updating the object in place instead of
    copying before each change. With the former, metadata.changed does
    not signal.
    Marc Udoff committed Dec 2, 2019
    Copy the full SHA
    417f716 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Copy the full SHA
    3aa4769 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Copy the full SHA
    ced5230 View commit details
    Browse the repository at this point in the history
  2. Clearing execution should also clear related fields

    Marc Udoff committed Dec 4, 2019
    Copy the full SHA
    92a24ad View commit details
    Browse the repository at this point in the history