summaryrefslogtreecommitdiff
path: root/test/racc/regress/ruby18
AgeCommit message (Collapse)Author
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7877
2023-01-12[ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara
https://github.com/ruby/racc/commit/1948de9d1d
2021-06-25[ruby/racc] Stop compressing integer listsJean Boussier
It is unclear why this was implemented, I assume it was for performance back in 2006. However today, this compression defeats bytecode caching entirely and end up being counter productive. https://github.com/ruby/racc/commit/ae3703c1d0
2020-11-10lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh
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: Merged: https://github.com/ruby/ruby/pull/3749
2019-12-10Update regression tests for 1.4.16Hiroshi SHIBATA
2019-11-17Fix typosKazuhiro NISHIYAMA
2019-11-04[ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada
https://github.com/ruby/racc/commit/a887ebe529
2019-10-30Regenerate the output results for test fixtures of raccHiroshi SHIBATA
2019-06-19* remove trailing spaces, append newline at EOF.git
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA