From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 69A7A46970E for ; Wed, 18 Dec 2019 02:32:20 +0300 (MSK) Date: Wed, 18 Dec 2019 02:32:17 +0300 From: Alexander Turenko Message-ID: <20191217233216.vt4ywx6hvxfrzgmc@tkn_work_nb> References: <20190912174448.25680-1-maria.khaydich@tarantool.org> <1573644066.297818688@f177.i.mail.ru> <20191208233631.spmeybcqphadf3pr@tkn_work_nb> <1576062943.75791760@f554.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1576062943.75791760@f554.i.mail.ru> Subject: Re: [Tarantool-patches] [tarantool-patches] Re: [PATCH] lua: keeping the pointer type in msgpackffi.decode List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Khaydich Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy On Wed, Dec 11, 2019 at 02:15:43PM +0300, Maria Khaydich wrote: > > Fixed the commit message according to your comments.  | lua: keeping the pointer type in msgpackffi.decode() Nit: I would say msgpackffi.decode*() to highlight that decode_unchecked() is changed too.