From 0b7d473734d0dec8520afe7a36540aa1f40d2532 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Oct 2015 01:49:38 +0000 Subject: safe navigation attrset * compile.c (iseq_compile_each): support safe navigation of simple attribute assignment. [Feature #11537] * parse.y (mlhs_node, lhs, attrset_gen): ditto. keep mid non-attrset as the sign of safe navigation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6741fd463..a1dbff5b7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 23 10:49:36 2015 Nobuyoshi Nakada + + * compile.c (iseq_compile_each): support safe navigation of simple + attribute assignment. [Feature #11537] + + * parse.y (mlhs_node, lhs, attrset_gen): ditto. keep mid + non-attrset as the sign of safe navigation. + Fri Oct 23 07:17:11 2015 Eric Wong * test/io/wait/test_io_wait.rb (test_wait_eof): test return value -- cgit v1.2.3