From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp17.mail.ru (smtp17.mail.ru [94.100.176.154]) (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 6BCAD469719 for ; Mon, 16 Mar 2020 16:43:14 +0300 (MSK) Date: Mon, 16 Mar 2020 13:43:12 +0000 From: Nikita Pettik Message-ID: <20200316134312.GE14628@tarantool.org> References: <20200226161308.73170-1-k.sosnin@tarantool.org> <83fa4b26-3f6d-ce5c-56eb-4c2034004576@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <83fa4b26-3f6d-ce5c-56eb-4c2034004576@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] sequence: return correct error on using dropped sequence List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 29 Feb 16:43, Vladislav Shpilevoy wrote: > LGTM. Pushed to master, 2.3 and 2.2. Updated changelogs correspondingly.