From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 CA4CD445320 for ; Tue, 28 Jul 2020 17:59:42 +0300 (MSK) Date: Tue, 28 Jul 2020 17:59:41 +0300 From: Kirill Yukhin Message-ID: <20200728145941.iyeyk55sg44xbnr5@tarantool.org> References: <20200716182032.84609-1-olegrok@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200716182032.84609-1-olegrok@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] lua: introduce function to check that passed value is uuid List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: olegrok@tarantool.org Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 16 июл 21:20, olegrok@tarantool.org wrote: > From: Oleg Babin > > We've already have is_decimal function that checks allowed value > is decimal. After tarantool started to support UUID type it will > be quite often case to check that some value has UUID type as > well. This patch introduces "is_uuid" function for this purpose. > > Closes #5171 I've checked your patch into master. -- Regards, Kirill Yukhin