From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp18.mail.ru (smtp18.mail.ru [94.100.176.155]) (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 A3B724696C3 for ; Sun, 12 Apr 2020 23:18:28 +0300 (MSK) Received: by smtp18.mail.ru with esmtpa (envelope-from ) id 1jNj3j-0006oY-N3 for tarantool-patches@dev.tarantool.org; Sun, 12 Apr 2020 23:18:28 +0300 From: Vladislav Shpilevoy References: Message-ID: Date: Sun, 12 Apr 2020 22:18:24 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 00/43] Unhide symbols List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org I wasn't sure whether a changelog is needed here, but just in case: @ChangeLog - Symbols of Tarantool executable are not hidden anymore. It means, some of private functions may become available via FFI or from a module's code, if you know definitions of the needed functions. Although there are no any guarantees on these symbols (gh-2971).