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

Support for unified Integer class in Ruby 2.4+ #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nschlemm
Copy link

In 2016 the release of Ruby 2.4 unified Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

Time to move on and avoid warning messages like

/home/nschlemm/.vagrant.d/gems/2.4.3/gems/vagrant-hosts-provisioner-2.0/lib/vagr
ant-hosts-provisioner/config.rb:60: warning: constant ::Fixnum is deprecated

In 2016 the release of Ruby 2.4 unified Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

Time to move on and avoid warning messages like
```
/home/nschlemm/.vagrant.d/gems/2.4.3/gems/vagrant-hosts-provisioner-2.0/lib/vagr
ant-hosts-provisioner/config.rb:60: warning: constant ::Fixnum is deprecated
```
@maartenschalekamp
Copy link

Will this be merged anytime?

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