From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 BFE6B469710 for ; Fri, 29 May 2020 01:56:48 +0300 (MSK) References: <04a301d63530$678f1160$36ad3420$@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Fri, 29 May 2020 00:56:46 +0200 MIME-Version: 1.0 In-Reply-To: <04a301d63530$678f1160$36ad3420$@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 01/10] small: sanitized rlist and new region API List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timur Safin , tarantool-patches@dev.tarantool.org, alyapunov@tarantool.org, korablev@tarantool.org Hi! Thanks for the review! On 28/05/2020 22:41, Timur Safin wrote: > > > : From: Vladislav Shpilevoy > : Subject: [PATCH v2 01/10] small: sanitized rlist and new region API > : > > ... > : diff --git a/src/lib/small b/src/lib/small > : index 118b53334..fc75e99f5 160000 > : --- a/src/lib/small > : +++ b/src/lib/small > : @@ -1 +1 @@ > : -Subproject commit 118b53334ad785ebe0534758832841dc2786fdc4 > : +Subproject commit fc75e99f5b2a695c9f52db78198ea7ada7ef6a82 > : -- > : 2.21.1 (Apple Git-122.3) > > I guess this is intentional, but just to make sure we are on the > same line I want to double check - have you actually wanted > to change small version here? Did you send the relevant patch > for small? Yes. The whole purpose of the commit - update of 'small' library. I sent 'small' patch in a separate email thread.