Actions
Bug #16760
closedbackport #67305 / e39f7e64 to 2.6?
Description
aka
https://github.com/ruby/ruby/commit/e39f7e64b73f0506def7adc88226d6821608da54
still crashes in the latest 2.6. Any chance it can be backported?
Repro:
require "ripper/sexp" rip = Ripper::SexpBuilderPP.new "_, _, _ = 1, *2, *3" rip.yydebug = true rip.parse
(seems to work on 2.5 just fine)
Actions
Like0
Like0Like0Like0