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 8DB8C25DFE for ; Fri, 26 Jul 2019 18:17:22 -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 JOzNhamHQBom for ; Fri, 26 Jul 2019 18:17:22 -0400 (EDT) Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 45D8425DF7 for ; Fri, 26 Jul 2019 18:17:22 -0400 (EDT) Received: by mail-lj1-f194.google.com with SMTP id t28so52874379lje.9 for ; Fri, 26 Jul 2019 15:17:22 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH 0/3] box/console: Cleanup and bug fix Date: Sat, 27 Jul 2019 01:17:09 +0300 Message-Id: <20190726221712.11191-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: tml Cc: Alexander Turenko , Konstantin Osipov , Cyrill Gorcunov In first two patches simply make code smaller and in third patch fix a real bug I catched when started to investigate test migration to lua output. --- The following changes since commit f21a9932293bbbb5f3b6a3c6fa69a5bb3953e4b1: LTO build fails on warning message (2019-07-26 20:52:43 +0300) are available in the Git repository at: git@github.com:cyrillos/tarantool.git console-repl-serpent-5 for you to fetch changes up to dfdfb6d9a67427c39b6f8403c111c61078f68909: box/console: Test for nil value in args directly (2019-07-27 01:13:00 +0300) ---------------------------------------------------------------- Cyrill Gorcunov (3): box/console: Don't allow arguments in get_default_output box/console: Drop redundant status parameter from return box/console: Test for nil value in args directly src/box/lua/console.lua | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) -- 2.20.1