From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 045E84765E0 for ; Thu, 24 Dec 2020 21:19:08 +0300 (MSK) Date: Thu, 24 Dec 2020 18:19:06 +0000 From: Kirill Yukhin Message-ID: <20201224181906.yklvd2gpjpzt53sm@tarantool.org> References: <20201222082806.779193-1-void@tarantool.org> <20201224180755.lfwoohykk7faz7xk@tarantool.org> <20201224181816.lwamgbthkerlrmla@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201224181816.lwamgbthkerlrmla@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH v4] lua/key_def: fix compare_with_key() part count check List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy Hello, On 24 Dec 21:18, Alexander Turenko wrote: > On Thu, Dec 24, 2020 at 06:07:55PM +0000, Kirill Yukhin wrote: > > Hello, > > > > On 22 Dec 11:28, Sergey Nikiforov via Tarantool-patches wrote: > > > Added corresponding test > > > > > > Fixes: #5307 > > > --- > > > > > > Issue: https://github.com/tarantool/tarantool/issues/5307 > > > Branch: https://github.com/tarantool/tarantool/tree/void234/gh-5307-fix-key_def-part-count-check-v4 > > > > I've checked your patch into 2.6 and master. > > Please, push to 2.5 as well. Done. -- Regards, Kirill Yukhin