From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 F39BB469719 for ; Fri, 13 Mar 2020 17:58:09 +0300 (MSK) From: Chris Sosnin Date: Fri, 13 Mar 2020 17:58:06 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: v.shpilevoy@tarantool.org, tarantool-patches@dev.tarantool.org 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(-) -- 2.21.1 (Apple Git-122.3)