autopkgtest failures with ruby-defaults 1:3.3~ubuntu3
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| bsfilter (Ubuntu) |
New
|
Undecided
|
Pushkar Kulkarni | ||
Bug Description
The bsfilter autopkgtests fail [1] with Ruby 3.3.
-----
80s /usr/bin/
80s
80s RE_UTF8 = Regexp.
80s ^^^^^^^
80s from /usr/bin/
80s from /usr/bin/
80s from /usr/bin/
80s from test.rb:4:in `load'
80s from test.rb:4:in `<main>'
-----
This error arises because Regexp in Ruby 3.3 no longer takes 3 arguments. See the release notes here [2] and the related bug here [3].
[1] https:/
[2] https:/
[3] https:/
| Changed in bsfilter (Ubuntu): | |
| assignee: | nobody → Pushkar Kulkarni (pushkarnk) |
| tags: | added: update-excuse |

Regexp::compile is an alias for Regexp::new. The fix needs to be extended to ::compile too.