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 585F626D2B for ; Fri, 30 Aug 2019 10:13:46 -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 uclAcpk1h24U for ; Fri, 30 Aug 2019 10:13:46 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 0AED0264A8 for ; Fri, 30 Aug 2019 10:13:46 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v2 1/3] box: rfc for stacked diagnostic area in Tarantool References: <7b663975f0307541a6751bde10547fc2c13b5679.1566553968.git.kshcherbatov@tarantool.org> <20190830125851.fjw5wgvchuwsens6@tkn_work_nb> <20190830141147.5gbqog5ik33cks7p@tkn_work_nb> From: Kirill Shcherbatov Message-ID: Date: Fri, 30 Aug 2019 17:13:44 +0300 MIME-Version: 1.0 In-Reply-To: <20190830141147.5gbqog5ik33cks7p@tkn_work_nb> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Alexander Turenko Cc: tarantool-patches@freelists.org, Konstantin Osipov > I'm about a metamethod :prev() (in addition to box.error.prev()), not > about adding :next() or so. But having a cdata object in Lua I also need a way to obtain prev item, haven't I?