From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2491B46970E for ; Wed, 25 Dec 2019 19:08:56 +0300 (MSK) Received: by mail-lf1-f47.google.com with SMTP id n25so17074999lfl.0 for ; Wed, 25 Dec 2019 08:08:56 -0800 (PST) From: Cyrill Gorcunov Date: Wed, 25 Dec 2019 19:08:51 +0300 Message-Id: <20191225160853.1407-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] box/console: Fixes for 2.3 series List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml The issues are https://github.com/tarantool/tarantool/issues/4604 https://github.com/tarantool/tarantool/issues/4638 Branch gorcunov/console-fixes In this version I accumulated two issue since they depend on each other by testing means. Sasha, I left @opts variable untouched simply because we might extend it in future (while for now it is only a single string). Cyrill Gorcunov (2): box/console: handle multireturn in lua mode box/console: handle empty output format src/box/lua/console.lua | 41 +++++++++++++------ test/app-tap/console-lua.skipcond | 7 ++++ test/app-tap/console-lua.test.lua | 68 +++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 13 deletions(-) create mode 100644 test/app-tap/console-lua.skipcond create mode 100755 test/app-tap/console-lua.test.lua -- 2.20.1