From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 744E4469719 for ; Sat, 22 Feb 2020 20:18:16 +0300 (MSK) References: From: Vladislav Shpilevoy Message-ID: Date: Sat, 22 Feb 2020 18:18:14 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 0/7] Stacked diagnostics area List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik , tarantool-patches@dev.tarantool.org Hi! Thanks for the patchset! Please, add a changelog record. I think it should be two separate records, for each ticket. On 19/02/2020 15:16, Nikita Pettik wrote: > Branch: https://github.com/tarantool/tarantool/commits/np/gh-1148-stacked-diag > Issue: > https://github.com/tarantool/tarantool/issues/1148 > https://github.com/tarantool/tarantool/issues/4778 > > Patch-set basically consists of two parts: first one fixes undocumented > behaviour of box.error.new() which sets created error to diagnostics > area. The reason why it is required is described in the corresponding > github ticked. Second part is about stacked diagnostics itself: patch > error structure extending it with double linked list, provide Lua and > C interfaces to interact with it, support stacked diagnostics in IProto > protocol and net.box module (all points according to the rfc: > https://github.com/tarantool/tarantool/commit/1acd32d98f628431429b427df19caa9d269bb9c8).