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: ruby/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: ruby/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.1
Choose a head ref
  • 19 commits
  • 15 files changed
  • 4 contributors

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    f3dde3c View commit details
    Browse the repository at this point in the history
  2. Further improve parsing errors

    Report EOF when applicable instead of an empty fragment.
    
    Also stop fragment extraction on first whitespace.
    byroot committed May 12, 2025
    Configuration menu
    Copy the full SHA
    cc1daba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #802 from casperisfine/error-message-eof

    Further improve parsing errors
    byroot authored May 12, 2025
    Configuration menu
    Copy the full SHA
    f9ed820 View commit details
    Browse the repository at this point in the history
  4. Explicit cast down from double to int

    Co-Authored-By: Nobuyoshi Nakada <nobu@ruby-lang.org>
    byroot and nobu committed May 12, 2025
    Configuration menu
    Copy the full SHA
    3226913 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. fix for pretty_generate throwing wrong number of arguments error

    Cody Horton authored and byroot committed May 16, 2025
    Configuration menu
    Copy the full SHA
    8433571 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #803 from CodyBriscoe/bugfix/pretty_generate

    fix for pretty_generate throwing wrong number of arguments error
    byroot authored May 16, 2025
    Configuration menu
    Copy the full SHA
    ddfe6f4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Configuration menu
    Copy the full SHA
    0ac54a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #804 from GrantBirki/patch-1

    Additional JSON Encoding Test Cases 🧪
    byroot authored May 17, 2025
    Configuration menu
    Copy the full SHA
    c7ff448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912d179 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #805 from GrantBirki/development-docs

    update the readme to include bootstrap + testing docs 📚
    byroot authored May 17, 2025
    Configuration menu
    Copy the full SHA
    178d7bb View commit details
    Browse the repository at this point in the history
  5. use . over :: for consistency

    GrantBirki authored and byroot committed May 17, 2025
    Configuration menu
    Copy the full SHA
    f5c1b8c View commit details
    Browse the repository at this point in the history
  6. remove redundant self.

    GrantBirki authored and byroot committed May 17, 2025
    Configuration menu
    Copy the full SHA
    c060943 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c03ffc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #806 from GrantBirki/minor-fixes

    A few minor consistency changes
    byroot authored May 17, 2025
    Configuration menu
    Copy the full SHA
    60e80e1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Fix: generate_json_float to reserve enough memory for large negative …

    …floats.
    
    Fix: #807
    
    Since #800, `fpconv_dtoa` can actually
    generate up to 28 chars.
    byroot committed May 23, 2025
    Configuration menu
    Copy the full SHA
    d73ae93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #808 from byroot/reported-segv

    Fix: generate_json_float to reserve enough memory for large negative floats.
    byroot authored May 23, 2025
    Configuration menu
    Copy the full SHA
    d695177 View commit details
    Browse the repository at this point in the history
  3. fbuffer.c: add debug mode with bound checks.

    This would have caught #808
    on CI.
    byroot committed May 23, 2025
    Configuration menu
    Copy the full SHA
    8109421 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #810 from byroot/fbuffer-bound-checks

    fbuffer.c: add debug mode with bound checks.
    byroot authored May 23, 2025
    3 Configuration menu
    Copy the full SHA
    30eacc2 View commit details
    Browse the repository at this point in the history
  5. Release 2.12.1

    byroot committed May 23, 2025
    Configuration menu
    Copy the full SHA
    8603a57 View commit details
    Browse the repository at this point in the history
Loading