This PR deals with Ruby 3.4's backtrace incompatibility introduced at https://github.com/ruby/ruby/pull/9608.
They used [`'] for fixing existing tests too.
Changeset
Fixed BACKTRACE_LINE_REGEX to parse backtraces which use two 's.
Testing
Reusing existing tests on Ruby 3.4-dev should be enough. Using this branch fixed our test cases.
Thank you for reaching out and adding this PR. When priorities allow we will review this and look to merge. We will be sure to keep you updated here on this thread.
Goal
Parse backtraces correctly with Ruby 3.4-dev
Design
This PR deals with Ruby 3.4's backtrace incompatibility introduced at https://github.com/ruby/ruby/pull/9608. They used
[`']
for fixing existing tests too.Changeset
Fixed
BACKTRACE_LINE_REGEX
to parse backtraces which use two'
s.Testing
Reusing existing tests on Ruby 3.4-dev should be enough. Using this branch fixed our test cases.