You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Sorry I haven't had the chance to test it out not drop it into here.
Per some reline PRs, it looks like in ruby 3.3, readline will be aliases to reline. And there are some possibly issues with configuration (at the current time).
So moving across and ensuring compatibility before the switch may be a good thing.
Or the problem may just go away.
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.
The text was updated successfully, but these errors were encountered: