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

rb_hash_bulk_insert() is not exposed in ruby.h #3705

Closed
byroot opened this issue Nov 3, 2024 · 1 comment · Fixed by #3715
Closed

rb_hash_bulk_insert() is not exposed in ruby.h #3705

byroot opened this issue Nov 3, 2024 · 1 comment · Fixed by #3715

Comments

@byroot
Copy link

byroot commented Nov 3, 2024

Ref: ruby/json#678

I can see it's in the internal hash.h, but it's not exposed in ruby.h.

cc @eregon

@eregon eregon added the cexts label Nov 4, 2024
@eregon
Copy link
Member

eregon commented Nov 6, 2024

It's declared in

void rb_hash_bulk_insert(long argc, const VALUE *argv, VALUE hash);
which should be included by ruby.h.
But we don't implement that function yet.

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 a pull request may close this issue.

3 participants