From: nagachika00@... Date: 2020-07-23T02:46:51+00:00 Subject: [ruby-core:99285] [Ruby master Bug#16760] backport #67305 / e39f7e64 to 2.6? Issue #16760 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: DONTNEED, 2.6: REQUIRED, 2.7: REQUIRED to 2.5: DONTNEED, 2.6: REQUIRED, 2.7: DONTNEED I just find that e39f7e64b73f0506def7adc88226d6821608da54 (r67305) is included in ruby_2_7. ---------------------------------------- Bug #16760: backport #67305 / e39f7e64 to 2.6? https://bugs.ruby-lang.org/issues/16760#change-86673 * Author: zenspider (Ryan Davis) * Status: Closed * Priority: Normal * Backport: 2.5: DONTNEED, 2.6: REQUIRED, 2.7: DONTNEED ---------------------------------------- https://bugs.ruby-lang.org/projects/ruby-master/repository/git/revisions/e39f7e64b73f0506def7adc88226d6821608da54 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) -- https://bugs.ruby-lang.org/ Unsubscribe: