-
Notifications
You must be signed in to change notification settings - Fork 348
Comparing changes
Open a pull request
base repository: ruby/json
base: v2.13.1
head repository: ruby/json
compare: v2.13.2
- 10 commits
- 8 files changed
- 2 contributors
Commits on Jul 27, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 020693b - Browse repository at this point
Copy the full SHA 020693bView commit details -
Merge pull request #829 from nobu/static-linked-ext
Functions defined in headers should be `static inline`
Configuration menu - View commit details
-
Copy full SHA for 17dd7b6 - Browse repository at this point
Copy the full SHA 17dd7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1988a3a - Browse repository at this point
Copy the full SHA 1988a3aView commit details -
Merge pull request #830 from nobu/indent
Keep indentation consistent across functions
Configuration menu - View commit details
-
Copy full SHA for 6d29d75 - Browse repository at this point
Copy the full SHA 6d29d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3de4cc - Browse repository at this point
Copy the full SHA e3de4ccView commit details -
Merge pull request #831 from byroot/duplicated-key-error-message
Improve duplicate key warning and errors to include the key name
Configuration menu - View commit details
-
Copy full SHA for bea97e0 - Browse repository at this point
Copy the full SHA bea97e0View commit details -
Fix duplicated key warning location
Followup: #818 Now the warning should point at the `JSON.parse` caller, and not inside the json gem itself.
Configuration menu - View commit details
-
Copy full SHA for cd51557 - Browse repository at this point
Copy the full SHA cd51557View commit details -
Merge pull request #832 from byroot/duplicated-key-error-message-2
Fix duplicated key warning location
Configuration menu - View commit details
-
Copy full SHA for db4c428 - Browse repository at this point
Copy the full SHA db4c428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132049b - Browse repository at this point
Copy the full SHA 132049bView commit details
Commits on Jul 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9e3efbf - Browse repository at this point
Copy the full SHA 9e3efbfView commit details
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.13.1...v2.13.2