-
Notifications
You must be signed in to change notification settings - Fork 368
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ruby/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 12 files changed
- 4 contributors
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ec85851 - Browse repository at this point
Copy the full SHA ec85851View commit details
Commits on Oct 3, 2025
-
Last few failures on Windows caused by jruby/jruby#9018 were fixed in jruby/ruby#9019.
Configuration menu - View commit details
-
Copy full SHA for d867e39 - Browse repository at this point
Copy the full SHA d867e39View commit details
Commits on Oct 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d7baf01 - Browse repository at this point
Copy the full SHA d7baf01View commit details
Commits on Oct 5, 2025
-
Merge pull request #871 from tompng/fix_sliced_string_escape
Fix sliced string escaping
Configuration menu - View commit details
-
Copy full SHA for eec466d - Browse repository at this point
Copy the full SHA eec466dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1647f - Browse repository at this point
Copy the full SHA 1b1647fView commit details
Commits on Oct 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1e19097 - Browse repository at this point
Copy the full SHA 1e19097View commit details
Commits on Oct 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9e6067b - Browse repository at this point
Copy the full SHA 9e6067bView commit details
Commits on Oct 25, 2025
-
Fix concurrent usage of JSON::Coder#dump
Fix: rails/rails@9061627#r168784389 Because the `depth` counter is inside `JSON::State` it can't be used concurrently, and in case of a circular reference the counter may be left at the max value. The depth counter should be moved outside `JSON_Generator_State` and into `struct generate_json_data`, but it's a larger refactor. In the meantime, `JSON::Coder` calls `State#generate_new` so I changed that method so that it first copy the state on the stack.
Configuration menu - View commit details
-
Copy full SHA for aefa671 - Browse repository at this point
Copy the full SHA aefa671View commit details -
Merge pull request #874 from byroot/coder-reset-nesting
Fix concurrent usage of JSON::Coder#dump
Configuration menu - View commit details
-
Copy full SHA for 30969be - Browse repository at this point
Copy the full SHA 30969beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e61cd7 - Browse repository at this point
Copy the full SHA 5e61cd7View commit details
Commits on Mar 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e26694b - Browse repository at this point
Copy the full SHA e26694bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.15.0...v2.15.2.1