From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 631902BE20 for ; Tue, 3 Apr 2018 13:10:01 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c7wFSSiFTHjO for ; Tue, 3 Apr 2018 13:10:01 -0400 (EDT) Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 1F78E2BD02 for ; Tue, 3 Apr 2018 13:10:00 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH] Add 'key_def_new_with_parts' (temporary) Date: Tue, 3 Apr 2018 20:10:03 +0300 Message-Id: <20180403171003.13631-1-alexander.turenko@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Kirill Yukhin Cc: tarantool-patches@freelists.org, Alexander Turenko Filed gh-3311 to remove this export soon. Fixes #3310. --- branch: gh-3310-export-key_def_new_with_parts travis-ci: https://travis-ci.org/tarantool/tarantool/builds/361723077 extra/exports | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra/exports b/extra/exports index b4a89c23d..a274bb23b 100644 --- a/extra/exports +++ b/extra/exports @@ -349,3 +349,9 @@ luaJIT_setmode luaJIT_profile_start luaJIT_profile_stop luaJIT_profile_dumpstack + +# Temporary + +# Important! This function will be removed from exports soon (in the scope of +# 1.9.1). Don't use it. +key_def_new_with_parts -- 2.15.1