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+ #28

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

koic
Copy link
Contributor

@koic koic commented Dec 22, 2016

Ruby 2.4.0 unifies Fixnum and Bignum into Integer.

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

Fix following deprecated warning in Ruby 2.4.0-rc1.

warning: constant ::Fixnum is deprecated

Thanks.

@doc75
Copy link
Collaborator

doc75 commented Dec 22, 2016

Thanks for your fix.

@doc75 doc75 merged commit 3fff850 into w3c-validators:master Dec 22, 2016
@koic
Copy link
Contributor Author

koic commented Dec 23, 2016

Thanks for your merging.

@koic koic deleted the ruby24_integer_unification branch December 23, 2016 00:55
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.

2 participants