From: "marcandre (Marc-Andre Lafortune)" Date: 2012-11-08T04:47:13+09:00 Subject: [ruby-core:49061] [ruby-trunk - Bug #7302][Closed] r37497 changes rb_enumeratorize without NEWS Issue #7302 has been updated by marcandre (Marc-Andre Lafortune). Status changed from Assigned to Closed naruse (Yui NARUSE) wrote: > Therefore people used it as if it is public, and we must treat it as public while they are still unofficial. Thank you for the explanation. > Because of this failure, we now created true internal header file, internal.h. > (some says those header files should be restructured, but it is still not worked) Count me in the "some" :-) Fixed. Thanks for checking my commits. ---------------------------------------- Bug #7302: r37497 changes rb_enumeratorize without NEWS https://bugs.ruby-lang.org/issues/7302#change-32587 Author: naruse (Yui NARUSE) Status: Closed Priority: Normal Assignee: marcandre (Marc-Andre Lafortune) Category: core Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-11-07 trunk 37528) [x86_64-freebsd9.0] r37497 [Feature #6636] changed the prototype of rb_enumeratorize. It is public Ruby CAPI. I think it shouldn't be changed and add another CAPI like rb_enumeratorize_with_size. At least a description should be add to NEWS -- http://bugs.ruby-lang.org/