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 E59194696C3 for ; Wed, 29 Apr 2020 02:19:38 +0300 (MSK) References: <20200421195231.GE8314@tarantool.org> <20200423232738.GE11314@tarantool.org> From: Vladislav Shpilevoy Message-ID: <380a8e2a-4ad3-04cc-31c4-fc896f270764@tarantool.org> Date: Wed, 29 Apr 2020 01:19:36 +0200 MIME-Version: 1.0 In-Reply-To: <20200423232738.GE11314@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US 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: Igor Munkin Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org @ChangeLog * Fixed a couple of internal symbols dangling in global namespace _G (gh-4812). Pushed to master, 2.4, 2.3, 1.10. On 24/04/2020 01:27, Igor Munkin wrote: > I don't know whether this patch needs a ChangeLog entry, but it's > missing here.