From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp42.i.mail.ru (smtp42.i.mail.ru [94.100.177.102]) (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 A55204765E0 for ; Wed, 30 Dec 2020 13:17:37 +0300 (MSK) Date: Wed, 30 Dec 2020 10:17:33 +0000 From: Kirill Yukhin Message-ID: <20201230101733.4cvtofbxakpp33d3@tarantool.org> References: <20201225103740.bbnb2q4hnlsov2yw@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201225103740.bbnb2q4hnlsov2yw@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v7 0/3] Fix luacheck warnings in test/box-tap, test/box and test/box-py List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org, Sergey Bronnikov , tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 25 Dec 10:37, Kirill Yukhin via Tarantool-patches wrote: > Hello, > > On 22 Dec 17:54, Sergey Bronnikov via Tarantool-patches wrote: > > From: Sergey Bronnikov > > > > Changelog v7: > > - rebased to master branch and fixed new warnings > > - splitted a huge patch series for test/ to a separate issues and patches series > > (other patches will follow) > > > > Changelog v6: > > > > - splitted patch in test/ for patches per sub-directory > > - adjusted supressions in .luacheckrc > > - fixed formatting issues in .luacheckrc > > - fixed warnings in test/vinyl/vinyl.lua and test/vinyl/large.lua > > - added commit with bumping luajit version > > - fixed warnings in test/app-tap/lua/serializer_test.lua > > > > NOTE: most luacheck patches includes changes in .luacheckrc so branch with > > patches from this patch series includes uncommitted (but with one LGTM) patches > > for test/app and test/app-tap (ligurio/gh-5453-luacheck-warnings-test-app-tap). > > > > 1. https://lists.tarantool.org/pipermail/tarantool-patches/2020-December/021385.html > > > > Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/233332402 > > GH branch: ligurio/gh-5455-luacheck-warnings-test-box > > GH issues: > > - https://github.com/tarantool/tarantool/issues/5455 > > - https://github.com/tarantool/tarantool/issues/5456 > > - https://github.com/tarantool/tarantool/issues/5457 > > I've checked your patchset into 2.5, 2.6 and master. Disregard, pls. -- Regards, Kirill Yukhin