diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-17 22:43:35 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-17 22:43:35 +0000 |
commit | 0c659e26cb8839dec8eb2559a8c7ff98a56c4e88 (patch) | |
tree | 178300a472960f60ed58648893d5d49861ef449c /ChangeLog | |
parent | ea4b4d3a769fb71cde1085c9652efa57b7596170 (diff) | |
download | ruby-0c659e26cb8839dec8eb2559a8c7ff98a56c4e88.tar.gz |
* vm.c (rb_vm_check_redefinition_opt_method): should check the real
class instead of the origin iclass.
[ruby-core:72188] [Bug #11826]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Dec 18 07:39:01 2015 Shugo Maeda <shugo@ruby-lang.org> + + * vm.c (rb_vm_check_redefinition_opt_method): should check the real + class instead of the origin iclass. + [ruby-core:72188] [Bug #11826] + Thu Dec 17 22:13:10 2015 Shugo Maeda <shugo@ruby-lang.org> * vm_args.c (vm_caller_setup_arg_block): remove code for ifunc |