Package: ruby-ruby2ruby / 2.6.1-1

Metadata

Package Version Patches format
ruby-ruby2ruby 2.6.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
read_ruby2ruby.patch | (download)

test/test_ruby2ruby.rb | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 read ruby2ruby file from tests even if the lib/ dir is missing
 For autopkgtest purposes
prism 0.19 compat.patch | (download)

test/test_ruby2ruby.rb | 29 21 + 8 - 0 !
1 file changed, 21 insertions(+), 8 deletions(-)

 make notrubyparser compatible with prism 0.19.0 in debian/ubuntu
 Conditionalize the definition of NotRubyParser so it falls back to the
 classic RubyParser (from the ruby_parser gem) when Prism::Translation::RubyParser
 is not available (as in prism 0.19.0 shipped with ruby3.3). On newer Prism
 versions (>= 0.23) it uses the upstream-intended translation layer.