Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Ruby 3.3 #103

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Conversation

zacheryph
Copy link
Contributor

Closes #98

Backtraces slightly changed in Ruby 3.3.

For some reason the block execution gets altered from the file name to <internal:numeric>:237. Since there is not much about this we can do, and the line before still displays where the error was, we make the expectation more generic.

Backtraces were also improved by showing (eval at file/name.rb:00) ... instead of just (eval) .... Update backtrace cleaner to use regex to replace the eval string.

Only change is minor backtrace format expectations.
Copy link
Owner

@patbenatar patbenatar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@patbenatar patbenatar merged commit b1d0d35 into patbenatar:master Feb 25, 2024
16 checks passed
@zacheryph zacheryph deleted the ruby-3-3-support branch February 27, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for Ruby 3.3
2 participants