[ruby-core:66969] [ruby-trunk - Bug #10621] [Open] no parent in rb_data_type_t

From: hanmac@...
Date: 2014-12-19 10:10:11 UTC
List: ruby-core #66969
Issue #10621 has been reported by Hans Mackowiak.

----------------------------------------
Bug #10621: no parent in rb_data_type_t
https://bugs.ruby-lang.org/issues/10621

* Author: Hans Mackowiak
* Status: Open
* Priority: Immediate
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: 
* ruby -v: ruby 2.2.0dev (2014-12-19 trunk 48891) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
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



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next