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 BigInt#unsafe_shr #8763

Merged
merged 1 commit into from Feb 8, 2020
Merged

Add BigInt#unsafe_shr #8763

merged 1 commit into from Feb 8, 2020

Conversation

asterite
Copy link
Member

@asterite asterite commented Feb 7, 2020

Fixes #8691

The original snippet from that issue now correctly raises overflow because it's operating on Int32.

@asterite asterite added this to the 0.33.0 milestone Feb 8, 2020
@asterite asterite merged commit 147386e into master Feb 8, 2020
@asterite asterite deleted the bug/bigint-unsafe_shr branch February 8, 2020 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: undefined method 'unsafe_shr' for BigInt
2 participants