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.13.1
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.13.2
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 27, 2025

  1. Functions defined in headers should be static inline

    If `load_uint8x16_4` has an external linkage, it is defined in
    both `generator` and `parser` extension libraries.  This duplicate
    symbol causes a linker error when `--with-static-linked-ext` is
    given, on some platforms.
    nobu committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    020693b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #829 from nobu/static-linked-ext

    Functions defined in headers should be `static inline`
    nobu authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    17dd7b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1988a3a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #830 from nobu/indent

    Keep indentation consistent across functions
    nobu authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    6d29d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3de4cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #831 from byroot/duplicated-key-error-message

    Improve duplicate key warning and errors to include the key name
    byroot authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    bea97e0 View commit details
    Browse the repository at this point in the history
  7. Fix duplicated key warning location

    Followup: #818
    
    Now the warning should point at the `JSON.parse` caller, and not
    inside the json gem itself.
    byroot committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    cd51557 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #832 from byroot/duplicated-key-error-message-2

    Fix duplicated key warning location
    byroot authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    db4c428 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    132049b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Release 2.13.2

    byroot committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    9e3efbf View commit details
    Browse the repository at this point in the history
Loading