From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 8C85F469719 for ; Fri, 2 Oct 2020 15:24:40 +0300 (MSK) From: "Timur Safin" References: <8f0dfb00-0dbe-6717-1c36-90957a072751@tarantool.org> In-Reply-To: <8f0dfb00-0dbe-6717-1c36-90957a072751@tarantool.org> Date: Fri, 2 Oct 2020 15:24:39 +0300 Message-ID: <09e201d698b6$ffed7430$ffc85c90$@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-Language: ru Subject: Re: [Tarantool-patches] [PATCH 2.X 1/7] module api: export box_tuple_validate List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Vladislav Shpilevoy' , alexander.turenko@tarantool.org Cc: tarantool-patches@dev.tarantool.org : From: Vladislav Shpilevoy : Subject: Re: [Tarantool-patches] [PATCH 2.X 1/7] module api: export : box_tuple_validate : : Hi! Thanks for the patch! : : See 2 comments below. : : On 24.09.2020 19:00, Timur Safin wrote: : > For external merger we need means to valudate tuple data, : : 1. valudate -> validate. Haha, thanks! : : > thus exporting `box_tuple_validate` which is wrapper around : > `tuple_validate_raw` without revealing access to tuple : > internals. : >