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

Alterations to object by label observers #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 31, 2014

  1. Alterations to object by label observers

    1. Removes support for annotating the syntax tree with the last known
    object to be observed for a label on that node. This is necessary for
    syntax tree memoization. This also breaks a few Montage test cases that
    may or may not be important: `serialization-spec` localizations unit
    serializer serializes default message binding, and serializes data
    binding, as well as `bindings-spec` should serialize a binding that
    references external objects.
    2. Adds support for `observeObjectByLabel` that has been useful in
    experiments where the object in scope may change in response to panel
    changes in a substitution.
    3. Removes the alias `getComponentByLabel` because, in the context of
    Montage serialization, labels may be applied to any value.
    kriskowal committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    8148b17 View commit details
    Browse the repository at this point in the history