From f245026a81117f62581dce71c85fc5533a4fb536 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Oct 2015 04:51:35 +0000 Subject: test_call.rb: add tests * test_call.rb (test_safe_call): Add test cases for safe navigation operator assignment. [Fix GH-1064] Validate: * can assign an attribute which is `nil` * can "or assign" an attribute which is `nil` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3bd62ab4a5..ac2c9a68c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 23 13:51:33 2015 yui-knk + + * test_call.rb (test_safe_call): Add test cases for safe + navigation operator assignment. [Fix GH-1064] + Validate: + * can assign an attribute which is `nil` + * can "or assign" an attribute which is `nil` + Fri Oct 23 11:58:21 2015 Nobuyoshi Nakada * compile.c (iseq_peephole_optimize): optimize lengthy safe -- cgit v1.2.3