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

RangeError are actually defect and not catchable. #111

Merged
merged 2 commits into from
Oct 8, 2021

Conversation

mratsim
Copy link
Contributor

@mratsim mratsim commented Oct 6, 2021

Following upstream changes RangeError are now categorized as defects and not CatchableError.

As in our library policy we only enforce dealing with CatchableError, since parsing can fail due to out-of-range user input, we shouldn't throw defect when dealing with user inputs.

@mratsim mratsim merged commit 49d11d6 into master Oct 8, 2021
@mratsim mratsim deleted the remove-rangedefect branch October 8, 2021 08:08
@etan-status etan-status self-requested a review October 8, 2021 10:25
Copy link

@etan-status etan-status left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

None yet

2 participants