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: Add support for Int128, UInt128 and Half #88962

Merged
merged 9 commits into from
Jul 18, 2023

Commits on Jul 16, 2023

  1. JSON: Add support for Int128, UInt128 and Half and add Number support…

    … for Utf8JsonReader.CopyString(...)
    Jozkee committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    b4b569e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Remove parsing limits on Read and move Number support of CopyString t…

    …o an internal helper
    Jozkee committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d42cf66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b71bf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Specify InvariantCulture on TryParse and TryFormat

    Fix handling of floating-point literals on HalfConverter
    Remove CopyString tests related to Number support
    Jozkee committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    38483e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c5cb22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22bc1f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43fe8a8 View commit details
    Browse the repository at this point in the history
  5. Address feedback

    Jozkee committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    02e83b3 View commit details
    Browse the repository at this point in the history
  6. Disable test for OSX

    Jozkee committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8c3e143 View commit details
    Browse the repository at this point in the history