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 8EF3524233 for ; Fri, 5 Jul 2019 17:10:06 -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 Mb4VdLw3LjxS for ; Fri, 5 Jul 2019 17:10:06 -0400 (EDT) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (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 3482E23228 for ; Fri, 5 Jul 2019 17:10:06 -0400 (EDT) Received: by mail-lj1-f178.google.com with SMTP id p17so10456783ljg.1 for ; Fri, 05 Jul 2019 14:10:06 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [RFC v2 0/2] box/lua/console: Add support for lua output format Date: Sat, 6 Jul 2019 00:09:57 +0300 Message-Id: <20190705210959.8527-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: Konstantin Osipov , Alexander Turenko , Cyrill Gorcunov Please review once time permit. It is still RFC to gather opinions. Cyrill Gorcunov (2): third_party/serpent: Add serpent repo box/lua/console: Add support for lua output format .gitmodules | 3 ++ src/box/CMakeLists.txt | 1 + src/box/lua/console.c | 26 ++++++++++++ src/box/lua/console.lua | 90 ++++++++++++++++++++++++++++++++++++++++- src/lua/help_en_US.lua | 1 + third_party/serpent | 1 + 6 files changed, 121 insertions(+), 1 deletion(-) create mode 160000 third_party/serpent -- 2.20.1