From b7b36ad788569a4f542538fa7d5195d7726ffd17 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 5 Sep 2002 09:42:56 +0000 Subject: * variable.c (rb_path2class): should not use rb_eval_string(). * marshal.c (w_extended): should allow marshaling of object which is extended by named module. * class.c (rb_make_metaclass): super may be T_ICLASS, need to skip. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index fa7f32dae..9bd020760 100644 --- a/ToDo +++ b/ToDo @@ -106,6 +106,7 @@ Standard Libraries * deprecate Array#indexes, and Array#indices. * require "1.6" etc. by /usr/lib/ruby/1.6/1.6.rb ;-) * save both "feature names" and "normalized path" in $" +* allow marshaling of extend'ed object. Extension Libraries -- cgit