We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Fixnum constant is deprecated and should be replaced with Integer in base_protocol.rb.
Fixnum
Integer
/Users/prieber/.rvm/rubies/ruby-2.4.0/lib/ruby/gems/2.4.0/gems/evertils-0.3.4/lib/kernel.rb:9: warning: constant ::Fixnum is deprecated /Users/prieber/.rvm/gems/ruby-2.4.0@global/gems/evernote-thrift-1.25.2/lib/thrift/protocol/base_protocol.rb:254: warning: constant ::Fixnum is deprecated /Users/prieber/.rvm/gems/ruby-2.4.0@global/gems/evernote-thrift-1.25.2/lib/thrift/protocol/base_protocol.rb:294: warning: constant ::Fixnum is deprecated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Fixnum
constant is deprecated and should be replaced withInteger
in base_protocol.rb.The text was updated successfully, but these errors were encountered: