From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1BFF229DA4 for ; Thu, 16 Aug 2018 02:06:30 -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 K65IMUsY_Ybv for ; Thu, 16 Aug 2018 02:06:30 -0400 (EDT) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 C23EE29E1F for ; Thu, 16 Aug 2018 02:06:29 -0400 (EDT) Received: from [185.6.245.156] (port=8943 helo=tarantool.org) by smtp38.i.mail.ru with esmtpa (envelope-from ) id 1fqBQS-0003o9-5x for tarantool-patches@freelists.org; Thu, 16 Aug 2018 09:06:28 +0300 Date: Thu, 16 Aug 2018 09:06:28 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: Fwd: Re[2]: [PATCH] lua: add string.fromhex method Message-ID: <20180816060627.tfksf4mvyjyazduk@tarantool.org> References: <1533839716.912611685@f103.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1533839716.912611685@f103.i.mail.ru> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Hello, On 09 авг 21:35, Nikita Tatunov wrote: > >On Wed, Aug 08, 2018 at 03:21:03PM +0300, N.Tatunov wrote: > >> Add string.fromhex method. Add test for string.fromhex(). > >> > >> Closes #2562 > >> --- > >> > >> Issue: https://github.com/tarantool/tarantool/issues/2562 > >> Branch: https://github.com/tarantool/tarantool/tree/N_Tatunov/gh-2562-fromhex-method I've checked the patch into 2.0 branch. -- Regards, Kirill Yukhin