From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 15C83469719 for ; Sun, 16 Feb 2020 18:07:22 +0300 (MSK) From: Vladislav Shpilevoy References: Message-ID: Date: Sun, 16 Feb 2020 16:07:20 +0100 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 0/2] box.tuple.* cleanup List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, babinoleg@mail.ru, alexander.turenko@tarantool.org, imun@tarantool.org I forgot ChangeLog: @ChangeLog - box.tuple.* namespace is cleaned up from private functions, and missing methods are documented (gh-4684). And as Oleg pointed out, links to the issue and branch are misleading. Here are correct links: Branch: https://github.com/tarantool/tarantool/tree/gerold103/gh-4684-tuple-bless-crash Issue: https://github.com/tarantool/tarantool/issues/4684