From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 A4E26445320 for ; Tue, 14 Jul 2020 13:54:25 +0300 (MSK) Date: Tue, 14 Jul 2020 13:54:24 +0300 From: Sergey Bronnikov Message-ID: <20200714105424.GA34728@pony.bronevichok.ru> References: <94773845-a7d3-567f-d59c-bd006ed6d2bc@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <94773845-a7d3-567f-d59c-bd006ed6d2bc@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 6/6] Fix luacheck warnings in src/box/lua/ List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: alexander.turenko@tarantool.org, tarantool-patches@dev.tarantool.org On 00:59 Tue 14 Jul , Vladislav Shpilevoy wrote: > Thanks for the fixes! > > But what I don't understand is why this commit does not close 4681? > What is left? Earlier we decided to split patch series for {extra,src} and test/. So there is another patch series for Lua source code in test/.