From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp10.mail.ru (smtp10.mail.ru [94.100.181.92]) (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 43D474696C3 for ; Thu, 16 Apr 2020 12:04:20 +0300 (MSK) From: lvasiliev References: <831ae724-0d73-916b-0fad-dd52ce967664@tarantool.org> <958076d3-d139-eabc-46f5-63c089a620c5@tarantool.org> Message-ID: Date: Thu, 16 Apr 2020 12:04:19 +0300 MIME-Version: 1.0 In-Reply-To: <958076d3-d139-eabc-46f5-63c089a620c5@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 1/5] error: Add a Lua backtrace to error List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Hi! On 16.04.2020 11:40, lvasiliev wrote: >> Better replace it with _traceback. Similar to other members. > Ok, I will replace it in the new version of the patchset if the > traceback patch will be saved. But I can replace only traceback and > traceback_mode(is_traceback_enabled), because other is "Unneccessary diff". Sorry, I was wrong. I will replace it in the new version of the patchset.