From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (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 6106546970F for ; Fri, 22 Nov 2019 17:25:37 +0300 (MSK) Date: Fri, 22 Nov 2019 17:25:36 +0300 From: Kirill Yukhin Message-ID: <20191122142536.hsr66jcqsqk4gni5@tarantool.org> References: <20191122100042.5907-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191122100042.5907-1-arkholga@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4] build: introduced LUAJIT_ENABLE_PAIRSMM flag List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olga Arkhangelskaia Cc: tarantool-patches@dev.tarantool.org Hello, On 22 ноя 13:00, Olga Arkhangelskaia wrote: > Adds LUAJIT_ENABLE_PAIRSMM flag as a build option for luajit. > If the flag is set, pairs/ipairs metamethods are available in Lua 5.1. > For tarantool this option is enabled by default. > > Part of #4560 > --- > Branch:https://github.com/tarantool/luajit/tree/OKriw/gh-4560-Enable-LUAJIT_ENABLE_LUA52COMPAT-when-bulding-luajit I've checked your patch into tarantool/luajit repo and bumped the new version in 1.10, 2.2 and master. -- Regards, Kirill Yukhin