From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8C06F219B0 for ; Sun, 22 Apr 2018 10:21:55 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8F-mja0TogA8 for ; Sun, 22 Apr 2018 10:21:55 -0400 (EDT) Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id CFD322198C for ; Sun, 22 Apr 2018 10:21:54 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v3 3/3] Lua: implement json path access to tuple fields References: <20180413113326.3lijwwzy6dwzrgev@esperanza> <48a37669-c959-1f31-1bee-ecd85787046f@tarantool.org> <20180416083549.uyiayz3kcqfgd6kt@esperanza> From: Vladislav Shpilevoy Message-ID: Date: Sun, 22 Apr 2018 17:21:51 +0300 MIME-Version: 1.0 In-Reply-To: <20180416083549.uyiayz3kcqfgd6kt@esperanza> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org, Konstantin Osipov , Kirill Yukhin Hello. Now it is a week after Vova responded ACK to this patchset. I did not saw new comments, so according to our autopush-after-Vova-ack policy I pushed the patchset into 1.10 and 2.0. On 16/04/2018 11:35, Vladimir Davydov wrote: > On Sat, Apr 14, 2018 at 12:51:30AM +0300, Vladislav Shpilevoy wrote: >> Hello. Thanks for review. >> >> New commit message: >> >> lua: implement json path access to tuple fields > > Thanks. The patch looks good to me now. >