From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id CFE47469719 for ; Mon, 16 Mar 2020 01:38:55 +0300 (MSK) Date: Sun, 15 Mar 2020 22:38:54 +0000 From: Nikita Pettik Message-ID: <20200315223854.GA20736@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 0/2] box.tuple.* cleanup List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: babinoleg@mail.ru, tarantool-patches@dev.tarantool.org On 15 Mar 18:42, Vladislav Shpilevoy wrote: > Nikita, could you please take a look? I don't know > who else to ask. Sure, tomorrow will do. > On 15/02/2020 19:08, Vladislav Shpilevoy wrote: > > The patchset removes or documents some internal functions in > > box.tuple.* namespace: box.tuple.bless()/encode()/is(). > > > > Bless() and encode() were moved to a more secret place, where > > suicidal users can't find it. > > > > Is() is documented, because it is actually a useful thing. > > > > Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4662-fiber-storage-leak > > Issue: https://github.com/tarantool/tarantool/issues/4662 > > > > Vladislav Shpilevoy (2): > > tuple: hide internal functions from box.tuple.* > > tuple: make box.tuple.is() public > > > > src/box/lua/schema.lua | 4 ++-- > > src/box/lua/tuple.lua | 15 +++++++++++++-- > > test/box/tuple.result | 40 ++++++++++++++++++++++++++++++++++++++++ > > test/box/tuple.test.lua | 14 ++++++++++++++ > > 4 files changed, 69 insertions(+), 4 deletions(-) > >