Actions
Bug #4803
closedRCLASS_SUPER won't compile for C extensions as of revision 31627
Bug #4803:
RCLASS_SUPER won't compile for C extensions as of revision 31627
Description
The RCLASS_SUPER macro (defined in ruby.h) no longer compiles for C extensions because the required rb_classext_t type has been made opaque as of svn revision 31627. This is breaking certain gems that rely on RCLASS_SUPER to hack the class tree, such as blockenspiel and mixology.
Actions