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

Fix deprecated warnings in Ruby 2.4.0+ #415

Merged
merged 1 commit into from
Dec 13, 2016

Conversation

koic
Copy link
Contributor

@koic koic commented Nov 30, 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
  • warning: constant ::Bignum is deprecated

Thanks

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`
- `warning: constant ::Bignum is deprecated`
@coveralls
Copy link

coveralls commented Nov 30, 2016

Coverage Status

Coverage remained the same at 74.401% when pulling ee1e3ad on koic:integer_unification into 1a64730 on ctran:develop.

@ctran ctran merged commit 3fa1703 into ctran:develop Dec 13, 2016
@koic koic deleted the integer_unification branch December 13, 2016 03:45
@ctran ctran added the refactor label Dec 17, 2016
@morgoth
Copy link

morgoth commented Mar 1, 2017

Can we have a stable release with this fix?

johncarney pushed a commit to johncarney/annotate_models that referenced this pull request Jun 19, 2017
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`
- `warning: constant ::Bignum is deprecated`
@v3rron
Copy link

v3rron commented Oct 3, 2017

Can we please bump a version number?

@ctran
Copy link
Owner

ctran commented Oct 3, 2017

Will do this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants