Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastfloat/fast_float
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.2
Choose a base ref
...
head repository: fastfloat/fast_float
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 23, 2024

  1. Allow JSON empty exponent as trailing junk

    Revert #251, and instead allow an invalid trailing empty exponent to be
    treated as junk data in JSON parsing. Expand the test suite to test this
    case, including testing the trailing junk.
    LeszekSwirski committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e6777f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #256 from fastfloat/json-accept-empty-exponent

    Allow JSON empty exponent as trailing junk
    lemire authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    97036e3 View commit details
    Browse the repository at this point in the history
  3. patch release

    lemire committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d741761 View commit details
    Browse the repository at this point in the history
Loading