Project

General

Profile

ActionsLike0

Bug #10621

closed

no parent in rb_data_type_t

Added by Hanmac (Hans Mackowiak) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.2.0dev (2014-12-19 trunk 48891) [x86_64-linux]
[ruby-core:66969]

Description

rb_data_type_t does need to have a parent type otherwise it cant bind objects anymore that have a tree style ClassTree like in C++ or simulated with gtk

in C++ like Class B and Class C does inherit both Class A, cant be ported with ruby anymore because with that Class A cant have its own datatype anymore because the datatype check does break the inheritence. (id did worked before because it did had parent

Added by nobu (Nobuyoshi Nakada) over 10 years ago

Revision 01195a20

ruby.h: parent in rb_data_type_t

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

ActionsLike0

Also available in: Atom PDF