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 AAE052ABD9 for ; Thu, 28 Mar 2019 05:18:32 -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 fMcVxZcNULhb for ; Thu, 28 Mar 2019 05:18:32 -0400 (EDT) Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 432F92ABCC for ; Thu, 28 Mar 2019 05:18:32 -0400 (EDT) Date: Thu, 28 Mar 2019 12:18:23 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v2 1/2] lua: add luaT_tuple_new() Message-ID: <20190328091822.ti5nim54biyhdjcb@tkn_work_nb> References: <0ed648fe2e39100e534d8b6879ce61981f6b82a7.1553696707.git.kshcherbatov@tarantool.org> <20190328090129.GD7457@chai> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190328090129.GD7457@chai> 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: Konstantin Osipov Cc: tarantool-patches@freelists.org On Thu, Mar 28, 2019 at 12:01:29PM +0300, Konstantin Osipov wrote: > * Kirill Shcherbatov [19/03/27 17:30]: > > Wow, looks like this breaks compatibility and has no ticket in > itself. > > Please file a ticket describing the new features and incompatible > changes so that we can settle on public api changes before > committing to the implementation. > It is luaT_tuple_new(), not box_tuple_new(). It is not a part of the public API (I mean we don't export this function). > > -- > Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 > http://tarantool.io - www.twitter.com/kostja_osipov