From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 E39F5469719 for ; Thu, 5 Mar 2020 11:05:23 +0300 (MSK) Date: Thu, 5 Mar 2020 11:05:22 +0300 From: Kirill Yukhin Message-ID: <20200305080522.aviwskazpussmzgc@tarantool.org> References: <20200226161321.73229-1-k.sosnin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200226161321.73229-1-k.sosnin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] lua: expose checktuple function List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Sosnin Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 26 фев 19:13, Chris Sosnin wrote: > All lua types feature check, push and is functions. We expose lua_checktuple > for full consistency. > > Closes #2553 > --- > branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-2553-expose-luaT_checktuple > issue: https://github.com/tarantool/tarantool/issues/2553 LGTM. I've checked your patch into master. -- Regards, Kirill Yukhin