From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 8B227469719 for ; Tue, 20 Oct 2020 16:03:28 +0300 (MSK) Date: Tue, 20 Oct 2020 16:03:00 +0300 From: Sergey Kaplun Message-ID: <20201020130300.GF1834@root> References: <20201018184316.GD5396@tarantool.org> <20201019045715.GD1834@root> <20201020120912.GB10320@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201020120912.GB10320@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 2/2] lua: add missing LuaJIT export symbols List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Ostanevich Cc: Alexander Turenko , tarantool-patches@dev.tarantool.org Hi, Sergos! Thanks for the review! On 20.10.20, Sergey Ostanevich wrote: > Hi! > > I reviewed the latest branch, LGTM with some updates in message below. > > On 19 окт 07:57, Sergey Kaplun wrote: > > Igor, > > > > Thanks for the review! I've updated commit message considering your > > comment here. Branch is force pushed. > > > > On 18.10.20, Igor Munkin wrote: > > > Sergey, > > > > > > Thanks for the patch! LGTM, except a single nit. > > > > > > On 17.10.20, Sergey Kaplun wrote: > > > > Since LuaJIT provides public C API symbols that are used in the final > > > > executable, the linker may not just throw it away. > > > > Nevertheless for future compatibility all symbols from LuaJIT public API > > > > should be additionaly added at exports.h file. > ^^^^^^^^^^^^^^^^^^^^ > Perhaps simply > added to Yep, sounds better. Updated and force pushed to the branch. > > > > > > > > > Follows up tarantool/tarantool#5187 > > > > > > Minor: You don't need to use full repo reference here. > > > > > > > --- > > > > src/exports.h | 2 ++ > > > > 1 file changed, 2 insertions(+) > > > > > > > > > > > > > > > > > -- > > > > 2.28.0 > > > > > > > > > > -- > > > Best regards, > > > IM > > > > -- > > Best regards, > > Sergey Kaplun -- Best regards, Sergey Kaplun