Package: ruby-byebug / 11.1.3-5

Metadata

Package Version Patches format
ruby-byebug 11.1.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
996145 fix tests with ruby3.patch | (download)

test/support/utils.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 run exe/byebug with correct ruby version during tests

When just running exe/byebug by setting the Gem load paths to a ruby 3.0
environment, the script itself will still be run by ruby 2 and thus leading to

> Ignoring byebug-11.1.3 because its extensions are not built. Try: gem pristine byebug --version 11.1.3

Debian-Bug: https://bugs.debian.org/996145
0002 Skip tests causing FTBFS with Ruby 3.3.patch | (download)

test/commands/continue_test.rb | 4 2 + 2 - 0 !
test/commands/interrupt_test.rb | 2 1 + 1 - 0 !
test/commands/next_test.rb | 2 1 + 1 - 0 !
test/processors/command_processor_test.rb | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 skip tests causing ftbfs with ruby 3.3