From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7FF22469719 for ; Sun, 15 Mar 2020 20:27:04 +0300 (MSK) References: From: Vladislav Shpilevoy Message-ID: <77ee5056-cdb1-c479-625c-2b79c0e91fe8@tarantool.org> Date: Sun, 15 Mar 2020 18:27:02 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 0/2] box: fix session.push formatting List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Sosnin , tarantool-patches@dev.tarantool.org Hi! Thanks for the patchset! Changelog and description of the patchset are missing. On 13/03/2020 15:58, Chris Sosnin wrote: > issue: https://github.com/tarantool/tarantool/issues/4686 > branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4686-session-push-fmt > > Changes in v2: > - Current format moved to struct session. > - Applied review fixes. > > Chris Sosnin (2): > refactoring: store output format in struct session > box: fix formatting in session.push > > extra/exports | 2 + > src/box/lua/console.c | 53 ++++++++++++++++++-------- > src/box/lua/console.lua | 72 +++++++++++++++++++++++++++-------- > src/box/session.h | 22 ++++++++--- > test/app-tap/console.test.lua | 14 ++++++- > 5 files changed, 126 insertions(+), 37 deletions(-) >