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

Disallow negative TimeValues #53913

Merged
merged 21 commits into from
Mar 26, 2020
Merged

Disallow negative TimeValues #53913

merged 21 commits into from
Mar 26, 2020

Commits on Mar 20, 2020

  1. Disallow negative TimeValues

    This commit causes negative TimeValues, other than -1 which is sometimes used as
    a sentinel value, to be rejected during parsing.
    gwbrown committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8c2a742 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    cc2a587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b45357 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    025074f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df20456 View commit details
    Browse the repository at this point in the history
  3. Add clarifying comment

    gwbrown committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    af86c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    4f2636a View commit details
    Browse the repository at this point in the history
  2. Line length

    gwbrown committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5baf1f5 View commit details
    Browse the repository at this point in the history
  3. Fix a giant pile of tests

    gwbrown committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    df6900e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f129e8 View commit details
    Browse the repository at this point in the history
  5. Version assertion

    gwbrown committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    222bd83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcd33b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81e6458 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9bfb73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5567b7a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    41c8095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a29c639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac9e0f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    996b4a2 View commit details
    Browse the repository at this point in the history
  5. Plural->singular per review

    Co-Authored-By: Lee Hinman <dakrone@users.noreply.github.com>
    gwbrown and dakrone committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e4ac3bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f893e17 View commit details
    Browse the repository at this point in the history