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

AVRO-2040: Ruby 2.4 deprecation fixes #231

Closed
wants to merge 1 commit into from

Conversation

tjwp
Copy link
Contributor

@tjwp tjwp commented Jun 12, 2017

https://issues.apache.org/jira/browse/AVRO-2040

Remove references to Fixnum and Bignum as suggested by @sldblog here. Ruby 2.4 unified these in a single Integer class.

Also, replace File.exists? with File.exist.

Changes tested with:

  • 1.9.3-p551
  • 2.0.0-p648
  • 2.1.10
  • 2.2.7
  • 2.3.4
  • 2.4.1

@tjwp tjwp changed the title Ruby 2.4 deprecation fixes AVRO-2040: Ruby 2.4 deprecation fixes Jun 12, 2017
@slepkin
Copy link

slepkin commented Jun 15, 2017

👍, please merge this. :)

@asfgit asfgit closed this in b1233fd Jul 21, 2017
SingingBush pushed a commit to SingingBush/avro that referenced this pull request Jun 29, 2023
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