From 8a100acfeb09cf513c05d8b23836aecb3f5f3954 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 18 Aug 2007 05:07:07 +0000 Subject: * compile.c (iseq_compile_each): fix to allow self.x= if x= is private. * bootstraptest/test_method.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f384c557..9ec777e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 18 13:55:58 2007 Koichi Sasada + + * compile.c (iseq_compile_each): fix to allow self.x= + if x= is private. + + * bootstraptest/test_method.rb: add a test for above. + Sat Aug 18 14:05:34 2007 Nobuyoshi Nakada * parse.y (reg_compile_gen): obtain error info from errinfo. -- cgit