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

Tickets/dm 6074 #16

Merged
merged 3 commits into from
Jun 6, 2016
Merged

Tickets/dm 6074 #16

merged 3 commits into from
Jun 6, 2016

Commits on Jun 4, 2016

  1. Fix pyflakes warnings

    Combine two tests that had identical names (one shadowed the other).
    "not a in b" -> "a not in b"
    One statement per line.
    Break a few lines that were too long.
    Remove trailing whitespace.
    r-owen committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    c29f67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e97712 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Support subtasks in held in registry fields

    Actually, Task.makeTask already supported subtasks held
    in pexConfig.RegistryField, but it was not documented or tested.
    Document this and add a test. Also rename a variable to make the
    code less confusing.
    r-owen committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    1dda990 View commit details
    Browse the repository at this point in the history