From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <tarantool-patches-bounce@freelists.org> Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 49F3C27945 for <tarantool-patches@freelists.org>; Thu, 19 Jul 2018 06:46:07 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EJnmT7GZvRz6 for <tarantool-patches@freelists.org>; Thu, 19 Jul 2018 06:46:07 -0400 (EDT) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 08DE92753B for <tarantool-patches@freelists.org>; Thu, 19 Jul 2018 06:46:06 -0400 (EDT) Date: Thu, 19 Jul 2018 13:46:04 +0300 From: Kirill Yukhin <kyukhin@tarantool.org> Subject: [tarantool-patches] Re: [PATCH v1 1/1] lua: fix strange behaviour of tonumber64 Message-ID: <20180719104604.7mx4k3ygiagrzooc@tarantool.org> References: <c0b9b7681a21a06339a3e3b5e183597951a810d6.1531480776.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <c0b9b7681a21a06339a3e3b5e183597951a810d6.1531480776.git.kshcherbatov@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: <mailto:ecartis@freelists.org?Subject=help> List-unsubscribe: <tarantool-patches-request@freelists.org?Subject=unsubscribe> List-software: Ecartis version 1.0.0 List-Id: tarantool-patches <tarantool-patches.freelists.org> List-subscribe: <tarantool-patches-request@freelists.org?Subject=subscribe> List-owner: <mailto:> List-post: <mailto:tarantool-patches@freelists.org> List-archive: <http://www.freelists.org/archives/tarantool-patches> To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Kirill Shcherbatov <kshcherbatov@tarantool.org> Hello, On 13 июл 14:21, Kirill Shcherbatov wrote: > Function tonumber64 has worked incorrectly with values less > than LLONG_MIN. > Now it works in the interval [LLONG_MIN, ULLONG_MAX] returning > nil otherwise. > > Closes #3466. > --- > Branch: https://github.com/tarantool/tarantool/compare/kshch/gh-3466-tonumber64-strange-behaviour > Issue: https://github.com/tarantool/tarantool/issues/3466 I've checked the patch into 1-10 branch. -- Regards, Kirill Yukhin