From: Yukihiro Matsumoto Date: 2011-05-30T15:53:49+09:00 Subject: [ruby-core:36569] [Ruby 1.9 - Bug #4803][Assigned] RCLASS_SUPER won't compile for C extensions as of revision 31627 Issue #4803 has been updated by Yukihiro Matsumoto. Status changed from Open to Assigned Assignee set to Nobuyoshi Nakada ---------------------------------------- Bug #4803: RCLASS_SUPER won't compile for C extensions as of revision 31627 http://redmine.ruby-lang.org/issues/4803 Author: Daniel Azuma Status: Assigned Priority: Normal Assignee: Nobuyoshi Nakada Category: Target version: ruby -v: - 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. -- http://redmine.ruby-lang.org