From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 7B1444696C3 for ; Tue, 21 Apr 2020 17:13:35 +0300 (MSK) References: From: Oleg Babin Message-ID: <19afcf4e-9341-b13d-c14a-7ddd916b1874@tarantool.org> Date: Tue, 21 Apr 2020 17:13:34 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v4 8/10] schema: fix internal symbols dangling in _G List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org, tarantool-patches@dev.tarantool.org Hi! Thanks for the patch. It closes this issue - https://github.com/tarantool/tarantool/issues/4812 I think you could add it to commit message. On 21/04/2020 17:00, sergeyb@tarantool.org wrote: > From: Vladislav Shpilevoy > > A couple of functions were mistakenly declared as 'function' > instead of 'local function' in schema.lua. That led to their > presence in the global namespace. --- Oleg Babin