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

warn user when requested extra does not exist - 2138 #2142

Merged
merged 30 commits into from
Mar 16, 2015

Commits on Dec 30, 2014

  1. add tests back in

    derwolfe committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    8900f4f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. Configuration menu
    Copy the full SHA
    deabed5 View commit details
    Browse the repository at this point in the history
  2. logging working a bit better

    Need to access the extras defined on the distribution itself. This way I could just check for membership in the set of extras defined, and throw an error for each, instead of stopping entirely.
    derwolfe committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    91f8010 View commit details
    Browse the repository at this point in the history
  3. working on adding tests. It looks like the case of multiple extras no…

    …t exisiting isn't handled
    derwolfe committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    fec9f4f View commit details
    Browse the repository at this point in the history
  4. phrasing

    derwolfe committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    53f3346 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Configuration menu
    Copy the full SHA
    89bff4a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Configuration menu
    Copy the full SHA
    b079184 View commit details
    Browse the repository at this point in the history
  2. find missing packages first

    derwolfe committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    8266863 View commit details
    Browse the repository at this point in the history
  3. naming and return type

    derwolfe committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    db50fe6 View commit details
    Browse the repository at this point in the history
  4. fix indentation

    derwolfe committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    6c5edf5 View commit details
    Browse the repository at this point in the history
  5. warning showing correctly

    derwolfe committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    c5d331b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fcf2d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d3d8ab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Configuration menu
    Copy the full SHA
    2e30c47 View commit details
    Browse the repository at this point in the history
  2. shorten line

    derwolfe committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    cb1962e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a09436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e207e View commit details
    Browse the repository at this point in the history
  5. spacing

    derwolfe committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    19cf33e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d0cd56 View commit details
    Browse the repository at this point in the history
  7. Use the new staticmethods

    derwolfe committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    70351bb View commit details
    Browse the repository at this point in the history
  8. Add missing RequirementSet

    derwolfe committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    ee9a7cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e62ad9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86e3300 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. Configuration menu
    Copy the full SHA
    50237f4 View commit details
    Browse the repository at this point in the history
  2. remove assignement

    iterate directly over the results of the function calls
    derwolfe committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    704223d View commit details
    Browse the repository at this point in the history
  3. revert newline

    derwolfe committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    f38e100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dfbd2e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Configuration menu
    Copy the full SHA
    3a1a45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55585d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b03f4 View commit details
    Browse the repository at this point in the history