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

Adds _enableProperties and prevents readying from re-entering #4599

Merged
merged 6 commits into from
May 13, 2017

Commits on May 12, 2017

  1. Adds _enableProperties as a new entry point that must be called to …

    …turn on properties. Prevents a bug where `_readyClients` can be called twice.
    Steven Orvell committed May 12, 2017
    Configuration menu
    Copy the full SHA
    c6f9b31 View commit details
    Browse the repository at this point in the history
  2. Turn on accessors (via __dataInitialized) only after clients have com…

    …pletely flushed.
    Steven Orvell committed May 12, 2017
    Configuration menu
    Copy the full SHA
    2f1e964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a81ea View commit details
    Browse the repository at this point in the history
  4. Add tests.

    Steven Orvell committed May 12, 2017
    Configuration menu
    Copy the full SHA
    1f83fd7 View commit details
    Browse the repository at this point in the history
  5. Docs and slight renaming.

    Steven Orvell committed May 12, 2017
    Configuration menu
    Copy the full SHA
    4eb252f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. [skip ci] doc fixes

    Steven Orvell committed May 13, 2017
    Configuration menu
    Copy the full SHA
    b943aa0 View commit details
    Browse the repository at this point in the history