From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 7E2EC469719 for ; Mon, 17 Feb 2020 14:35:14 +0300 (MSK) Date: Mon, 17 Feb 2020 14:35:13 +0300 From: Kirill Yukhin Message-ID: <20200217113513.umpdjpdmzfdfheub@tarantool.org> References: <20200117080301.97597-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: <20200117080301.97597-1-olegrok@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] lua: implement is_decimal check List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: olegrok@tarantool.org Cc: Oleg Babin , tarantool-patches@dev.tarantool.org Hello, On 17 янв 11:03, olegrok@tarantool.org wrote: > From: Oleg Babin > > Some of our users want to have a native method > to check is specified value 'decimal' or not > > This patch introduces 'is_decimal' check in 'decimal' module > > Closes #4623 > > @TarantoolBot document > Title: decimal.is_decimal > > is_decimal check function returns "true" > if specified value is decimal and "false" otherwise LGTM. I've checked your patch into master. -- Regards, Kirill Yukhin