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-14842: Fix deprecation warnings from PropertyList/Set.get #13

Merged
merged 5 commits into from
Jun 22, 2018

Commits on Jun 19, 2018

  1. Use getScalar and getArray instead of get

    Use `getScalar` or `getArray` instead of deprecated `get`
    on `PropertySet` and `PropertyList` instances
    r-owen committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8887483 View commit details
    Browse the repository at this point in the history
  2. Fix pep8 errors

    r-owen committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    6eacbb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Add test of import

    Add a minimal unit test that imports the library
    and checks for the presence of a symbol.
    A unit test is necessary in order to have scons run flake8 reliably
    and an import test is better than nothing.
    r-owen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    70acc57 View commit details
    Browse the repository at this point in the history
  2. Enable automatic flake8 checking

    in scons and using Travis on github
    r-owen committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4f7cd7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5fa565 View commit details
    Browse the repository at this point in the history