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

Clean up HAVE_RB_HASH_BULK_INSERT #909

Merged
merged 1 commit into from Jan 8, 2024

Conversation

Watson1978
Copy link
Collaborator

rb_hash_bulk_insert function can be used as public API since Ruby 2.7.0. ruby/ruby@d3df725

Current Oj gem only supports Ruby 2.7.0 or later.
So there is no need to check whether function exists.

`rb_hash_bulk_insert` function can be used as public API since Ruby 2.7.0.
ruby/ruby@d3df725

Current Oj gem only supports Ruby 2.7.0 or later.
So there is no need to check whether function exists.
@ohler55 ohler55 merged commit 0032fbb into ohler55:develop Jan 8, 2024
43 checks passed
@ohler55
Copy link
Owner

ohler55 commented Jan 8, 2024

Thanks you.

@Watson1978 Watson1978 deleted the rb_hash_bulk_insert branch January 8, 2024 12:31
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