Skip to content

Test suite: support running on Ruby 3.0

The parts of our Ruby code base that pass through arguments to other methods, or do smart meta-programming, are not prepared at all for Ruby 3.0. This MR fixes this.

And while at it, I'm also fixing other problems that happen only with recent UEFI emulation stack on sid.

Based on !789 (merged).

Closes #18904 (closed)

Edited by intrigeri

Merge request reports