Skip to content

Commit b9d5779

Browse files
committed
[GR-8924] Switch to native json
PullRequest: truffleruby/741
2 parents 4f5148e + ec508c2 commit b9d5779

37 files changed

+4126
-836
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Changes:
2020
* The Trufle handle patches applied to `psych` C extension have now been removed.
2121
* The `rb_tr_handle_*` functions have been removed as they are no
2222
longer used in any C extension patches.
23+
* The native version of `json` is now being used.
2324

2425
Bug fixes:
2526

doc/contributor/updating-ruby.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ You'll usually get some conflicts to work out.
4949
* Update `doc/legal/legal.md`
5050
* Update `doc/contributor/stdlib.md`
5151

52-
## Update libraries from third-party repos
53-
54-
Look in `../ruby/ext/json` to see the version of `flori/json` being used, and
55-
then copy the original source of `flori/json` into `lib/json`.
56-
5752
## Updating .gemspec of default gems
5853

5954
Default gems are imported from MRI files, except the .gemspec files in

lib/json/lib/json/ext/.keep

Whitespace-only changes.

lib/json/lib/json/pure.rb

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)