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

Integer Unification for Ruby 2.4.0+ #86

Merged
merged 1 commit into from
Aug 29, 2017

Conversation

koic
Copy link
Contributor

@koic koic commented Dec 10, 2016

Ruby 2.4.0 unifies Fixnum and Bignum into Integer.

https://bugs.ruby-lang.org/issues/12005

Fix following deprecated warnings in Ruby 2.4.0-preview3.

warning: constant ::Fixnum is deprecated

Thanks.

@koic
Copy link
Contributor Author

koic commented Feb 15, 2017

The build failure is unrelated and it will be solved by #85, maybe.

Copy link
Contributor

@smortex smortex left a comment

Choose a reason for hiding this comment

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

LGTM

@francisluong
Copy link
Contributor

@francisluong francisluong merged commit 032e824 into ipaddress-gem:master Aug 29, 2017
@koic koic deleted the integer_unification branch August 29, 2017 22:32
@koic
Copy link
Contributor Author

koic commented Aug 29, 2017

Thanks!

@DougPuchalski
Copy link

This goes back a while, but appears there hasn't been a release including this change?

@DougPuchalski DougPuchalski mentioned this pull request Jul 24, 2024
10 tasks
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.

4 participants