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

Modernize Exceptions #2264

Merged
merged 8 commits into from Aug 13, 2021
Merged

Modernize Exceptions #2264

merged 8 commits into from Aug 13, 2021

Conversation

hmdne
Copy link
Member

@hmdne hmdne commented Aug 9, 2021

This PR makes exceptions a little bit more compatible with contemporary Rubies

@hmdne hmdne added this to the v1.3 milestone Aug 9, 2021
The problem was, that frames were offset by one line (as in: function
names and source location didn't match) which differed from how other
environments (Mozilla/Apple/Chromium/Node/Ruby) generate their
backtraces.
@hmdne hmdne linked an issue Aug 9, 2021 that may be closed by this pull request
Copy link
Member

@elia elia left a comment

Choose a reason for hiding this comment

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

Love this!!!

@elia elia merged commit 59167d3 into master Aug 13, 2021
@elia elia deleted the hmdne/exception branch August 13, 2021 09:57
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.

undefined method `retry' for main
2 participants