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

json: support integer minimum, maximum, exclusiveMinimum, exclusiveMaximum #7797

Merged
merged 30 commits into from
Jun 25, 2024

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    057bbdc View commit details
    Browse the repository at this point in the history
  2. json: fix min 0

    ochafik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d69ccb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c37c484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af63f4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a381deb View commit details
    Browse the repository at this point in the history
  6. json: proper paren fix

    ochafik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f8db478 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a86c6f View commit details
    Browse the repository at this point in the history
  8. json: fix bounds tests

    ochafik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    431edb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6b6a6c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    a786c03 View commit details
    Browse the repository at this point in the history
  2. json: fix negative max

    ochafik committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    931b543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1c293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac2a8f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3549702 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e933680 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0f1904 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. fix min in [1, 9]

    ochafik committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    dcc27d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f6791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad377d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 12, 2024

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

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    6fa7364 View commit details
    Browse the repository at this point in the history
  2. fix merge

    ochafik committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    948e55e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    670d5a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    d7d957d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a80d1e View commit details
    Browse the repository at this point in the history
  3. nits / cleanups

    ochafik committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    09a9b75 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    48f417d View commit details
    Browse the repository at this point in the history
  2. defensive code against string out of bounds (apparently different beh…

    …aviour of libstdc++ vs. clang's libc++, can't read final NULL char w/ former)
    ochafik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    36bf003 View commit details
    Browse the repository at this point in the history