From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 10 Jan 2019 15:21:40 +0300 From: Vladimir Davydov Subject: Re: [PATCH v2 1/6] Add luaL_iscallable with support of cdata metatype Message-ID: <20190110122140.cn6mkiycjdd4qcq4@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Alexander Turenko Cc: tarantool-patches@freelists.org List-ID: On Wed, Jan 09, 2019 at 11:20:09PM +0300, Alexander Turenko wrote: > Needed for #3276. > --- > extra/exports | 1 + > src/lua/utils.c | 43 ++++++++++++++++ > src/lua/utils.h | 10 ++++ > test/app-tap/module_api.c | 10 ++++ > test/app-tap/module_api.test.lua | 85 +++++++++++++++++++++++++++++++- > 5 files changed, 147 insertions(+), 2 deletions(-) This patch looks OK to me, but I'm not sure if you'll need it after you rework the merger API. So I'm not applying it now.