From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 1367F469719 for ; Fri, 30 Oct 2020 16:59:36 +0300 (MSK) Date: Fri, 30 Oct 2020 16:59:35 +0300 From: Kirill Yukhin Message-ID: <20201030135935.7p6qfr2hbwnrth26@tarantool.org> References: <5bc03933be6334d9b4c1f0919817eb282c029e97.1594908932.git.sergeyb@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5bc03933be6334d9b4c1f0919817eb282c029e97.1594908932.git.sergeyb@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] test: fix warnings spotted by luacheck List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org Cc: alexander.turenko@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 16 июл 17:18, sergeyb@tarantool.org wrote: > From: Sergey Bronnikov > > luacheck is integrated in tarantool CI pipeline and respects .luacheckrc in > tarantool repo, so jit global is suppressed there. > > Co-authored-by: Igor Munkin > Reviewed-by: Igor Munkin I've checked your patch into luajit repo and bumped a new version in 1.10, 2.5, 2.6 and master. -- Regards, Kirill Yukhin