From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp31.i.mail.ru (smtp31.i.mail.ru [94.100.177.91]) (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 C6A0946970E for ; Thu, 19 Dec 2019 14:06:10 +0300 (MSK) Date: Thu, 19 Dec 2019 14:06:08 +0300 From: Kirill Yukhin Message-ID: <20191219110608.g6ipi5gqmkjq2avc@tarantool.org> References: <0e3de775c20f0e5776301a5b39fa1e22e0e8bdb7.1576060409.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0e3de775c20f0e5776301a5b39fa1e22e0e8bdb7.1576060409.git.imeevma@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v2 1/1] lua/serializer: encode Lua number -2^63 as integer List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@dev.tarantool.org Hello, On 11 дек 13:49, imeevma@tarantool.org wrote: > Hi! Thank you for review! My answers and new patch below. > > https://github.com/tarantool/tarantool/issues/4672 > https://github.com/tarantool/tarantool/tree/imeevma/gh-4672-fix-min-integer-in-lua I've checked your patch into 1.10, 2.2 and master. -- Regards, Kirill Yukhin