summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-11-09 19:49:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 07:49:19 +0900
commit2fed5f0ad806869139d0e0b1ffc30c517e6baf20 (patch)
tree63ba13c0e53751040b8a58c89691d988857f954d /ext/json
parentd7581370fd7cef8743c317a1a119215cf064bb73 (diff)
lib/racc/statetransitiontable.rb: Make the racc output stable
Racc calls `Array#sort!` to build a state transition table. As `Array#sort!` is not a stable sort, the output may differ depending upon the environment. This changeset makes the sort stable manually, and updates all expectation files.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3749
Diffstat (limited to 'ext/json')
0 files changed, 0 insertions, 0 deletions