Recently, Debian started to build the ruby interpreter against libedit instead of readline for license reasons:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977724
One test in highline gem started to fail after this change:
1) Failure:
TestHighLine#test_readline_mode [/tmp/autopkgtest-lxc.ln2dsy6w/downtmp/build.OjD/src/test/test_highline.rb:391]:
Expected /Prompt:\ \ any\ input\n/ to match "Prompt: ".
170 runs, 1089 assertions, 1 failures, 0 errors, 3 skips
This does not seem to have an influence on other packages in Debian depending on this library though.
Hi,
Recently, Debian started to build the ruby interpreter against libedit instead of readline for license reasons:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977724
One test in highline gem started to fail after this change:
(see e.g.: https://ci.debian.net/data/autopkgtest/testing/amd64/r/ruby-highline/10349342/log.gz)
This does not seem to have an influence on other packages in Debian depending on this library though.