This project is closed and read-only.
Backport #8434
closedrb_class_init_copy was removed in r38364, but it is still referenced in intern.h
Description
In r38364, there was removed implementation of rb_class_init_copy function due to [1]. However, it keeps to be referenced in intern.h [2]
[1] http://bugs.ruby-lang.org/issues/7557
[2] https://github.com/ruby/ruby/blob/trunk/include/ruby/intern.h#L159
Files
Updated by Anonymous over 13 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r40913.
Vit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- intern.h: remove dangling rb_class_init_copy declaration
[ruby-core:55120] [Bug #8434]
Updated by nagachika (Tomoyuki Chikanaga) over 13 years ago
- Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: REQUIRED, 2.0.0: REQUIRED
Updated by nagachika (Tomoyuki Chikanaga) over 13 years ago
- Tracker changed from Bug to Backport
- Project changed from Ruby to 15
- Status changed from Closed to Assigned
- Assignee set to nagachika (Tomoyuki Chikanaga)
Updated by nagachika (Tomoyuki Chikanaga) over 13 years ago
- Project changed from 15 to 13
- Assignee changed from nagachika (Tomoyuki Chikanaga) to usa (Usaku NAKAMURA)
Updated by nagachika (Tomoyuki Chikanaga) over 13 years ago
- Project changed from 13 to 15
- Assignee changed from usa (Usaku NAKAMURA) to nagachika (Tomoyuki Chikanaga)
Updated by nagachika (Tomoyuki Chikanaga) over 13 years ago
- Status changed from Assigned to Closed
This issue was solved with changeset r41190.
Vit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 40913: [Backport #8434]
* intern.h: remove dangling rb_class_init_copy declaration
[ruby-core:55120] [Bug #8434]
Updated by nagachika (Tomoyuki Chikanaga) over 13 years ago
- Project changed from 15 to 13
- Status changed from Closed to Assigned
- Assignee changed from nagachika (Tomoyuki Chikanaga) to usa (Usaku NAKAMURA)
Updated by usa (Usaku NAKAMURA) about 13 years ago
- Status changed from Assigned to Closed
This issue was solved with changeset r41646.
Vit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 40913: [Backport #8434]
* intern.h: remove dangling rb_class_init_copy declaration
[ruby-core:55120] [Bug #8434]