banister / include_complete

Fixing the limitations in traditional Module#include
19 stars 0 forks source link

Fix the metaclass recursion problem #4

Open banister opened 13 years ago

banister commented 13 years ago

If module has a meta-meta-class then include_class_new() method in real_include_one.c goes into an infinite recursion.

Need a stronger test for base case for recursion, and also properly set up meta^n class hierarchies as per class include