diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-11 06:39:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-11 06:39:08 +0000 |
| commit | 5051186a0b1ca74a3fbd82714f93333995ea471e (patch) | |
| tree | 35aa5bce370a8a68b483c6175d26abe5bc5c21be /ChangeLog | |
| parent | 5a5a86cc527946fb40f241377179b0723f2348db (diff) | |
hash.c: warn for wrong elements
* hash.c (rb_hash_s_create): just warn for wrong elements now.
[ruby-dev:46440] [Bug #7300]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ -Sun Nov 11 15:38:14 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sun Nov 11 15:39:04 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * hash.c (rb_hash_s_create): just warn for wrong elements now. + [ruby-dev:46440] [Bug #7300] * hash.c (rb_hash_s_create): refine error messages. @@ -28,7 +31,7 @@ Sun Nov 11 11:36:19 2012 Shugo Maeda <shugo@ruby-lang.org> * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): add a new field for inline method cache. - * vm_insnhelper.c (vm_search_method): check rb_call_info_t::refinements + * vm_insnhelper.c (vm_search_method): check rb_call_info_t::refinements not to confuse inline method cache when module_eval is used with refinements. |
