From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 4 Dec 2018 19:12:39 +0300 From: Vladimir Davydov Subject: Re: [PATCH 0/2 v2] fio: show function name in all fio errors Message-ID: <20181204161239.3ngth5tqnt33ixk2@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Alexander Turenko Cc: Roman Khabibov , tarantool-patches@freelists.org List-ID: Alexander, please take a look. On Tue, Dec 04, 2018 at 07:00:36PM +0300, Roman Khabibov wrote: > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3580-err-msg-pathjoin > Issue: https://github.com/tarantool/tarantool/issues/3580 > > Roman Khabibov (1): > lua: modify the error message in 'fio.pathjoin' > > Vladislav Shpilevoy (1): > fio: show function name in all fio errors > > src/lua/fio.lua | 30 +++++++++++++++--------------- > test/app/fio.result | 13 +++++++++++++ > test/app/fio.test.lua | 5 +++++ > 3 files changed, 33 insertions(+), 15 deletions(-)