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

DM-17874: Remove ContextLog class and related code #40

Merged
merged 6 commits into from
Feb 15, 2019

Commits on Feb 14, 2019

  1. Remove LogContext and related code (DM-17874)

    This commit is just to test that dependencies still work fine. There
    will be more changes to simplify Log class and update documentation and
    examples.
    andy-slac committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    09e9f05 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    ff3184c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e827f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adcedb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a4830e View commit details
    Browse the repository at this point in the history
  5. Re-implement examples/mp.py using getChild()

    This also requires support for pickle in Log class, added simple
    __reduce__ method.
    andy-slac committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    f890ef8 View commit details
    Browse the repository at this point in the history