From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 DC0C246971A for ; Thu, 5 Dec 2019 16:00:37 +0300 (MSK) Date: Thu, 5 Dec 2019 16:00:37 +0300 From: Kirill Yukhin Message-ID: <20191205130037.3ph73eh7n35s2isb@tarantool.org> References: <20191127200720.11398-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: <20191127200720.11398-1-arkholga@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v3] build: enable LUAJIT_ENABLE_PAIRSMM by default 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 27 ноя 23:07, Olga Arkhangelskaia wrote: > Turn on LUAJIT_ENABLE_PAIRSMM flag for tarantool build. > Now __pairs/__ipairs metamethods are available. > > Closes #4560 I've checked your patch into 1.10 2.2 and master. -- Regards, Kirill Yukhin