[ruby-core:88757] [Ruby trunk Feature#15047] Documentation and more functions for Hash functions in C API

From: sameer.deshmukh93@...
Date: 2018-08-30 13:48:58 UTC
List: ruby-core #88757
Issue #15047 has been updated by v0dro (Sameer Deshmukh).


Can I submit the documentation for this as a GitHub PR? I just to make updates to README.EXT.

Also, thank you for the help I will make a note of that in my patch.

----------------------------------------
Feature #15047: Documentation and more functions for Hash functions in C API
https://bugs.ruby-lang.org/issues/15047#change-73808

* Author: v0dro (Sameer Deshmukh)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
----------------------------------------
Currently the C API supports various Array functions like `rb_ary_new()` and String
functions like `rb_str_new2()` I could hardly find any documentation in the README.EXT
for working with hashes. Instead, I relied on this blog: http://clalance.blogspot.com/2011/01/writing-ruby-extensions-in-c-part-10.html

Having official documentation for this purpose would be better.

Also, including more functionality like getting the size a Hash directly through
a C API call would be a welcome feature.



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next