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 C05A0469719 for ; Tue, 13 Oct 2020 14:58:15 +0300 (MSK) Date: Tue, 13 Oct 2020 14:58:35 +0300 From: Alexander Turenko Message-ID: <20201013115835.3ommyvl37m6qk3k6@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 1.10 v3 4/4] module api: add luaL_iscallable with support of cdata metatype List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org > module api: add luaL_iscallable with support of cdata metatype Try to fit to 50 symbols. > > From: Alexander Turenko > > Part of #5273. Don't forget about -x for `git cherry-pick` for backports (to add 'cherry picked from ').