diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-29 10:15:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-29 10:15:16 +0000 |
| commit | 399a32dfca7bbf2cb770cb7cd422b30ac220f01c (patch) | |
| tree | 7e84ef94bcea086a222aeeff9a7111d6c2f0cae0 /ChangeLog | |
| parent | f77c97a8ca966ba2a0303b838fa7e04ebc311ecb (diff) | |
compile.c: hash must be paired
* compile.c (compile_array_): hash elements must be paired even for
literal elements. [ruby-dev:46658] [Bug #7466]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Nov 29 19:15:14 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * compile.c (compile_array_): hash elements must be paired even for + literal elements. [ruby-dev:46658] [Bug #7466] + Thu Nov 29 17:45:10 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> * variable.c (rb_const_set): show namespace in warning messages. |
