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 0F152236B6 for ; Fri, 4 May 2018 07:06:12 -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 ZRER-Sza6NCo for ; Fri, 4 May 2018 07:06:11 -0400 (EDT) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 4D9E4236B1 for ; Fri, 4 May 2018 07:06:11 -0400 (EDT) Date: Fri, 4 May 2018 14:06:21 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v2 2/5] Move struct on_access_denied_ctx into error.h Message-ID: <20180504110620.mydvpvn35qso2wfu@tkn_work_nb> References: <974e5a841431ec8b25124030c3ce4a9113279d10.1524955403.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <974e5a841431ec8b25124030c3ce4a9113279d10.1524955403.git.v.shpilevoy@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: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org Hi, Vlad! One tiny comment here. WBR, Alexander Turenko. On Sun, Apr 29, 2018 at 01:45:10AM +0300, Vladislav Shpilevoy wrote: > The issue #3290 was not only about upper/lower Lua functions, but > about unicode comparison functions too. Actually, the issue > requests upper/lower exactly to do string comparison, that can be > done more quick with no garbage strings creation. For this > Tarantool collations can be used. > > To be able to expose collations into Lua, the coll.h/.c, > coll_def.h/.c and coll_cache.h/.c must be moved from 'box' static > library into 'core' static library so that they will be built > together with string utils. But they require 'stat' and > 'box_error' libraries. The patch prepares the files going to be > moved, so in the next patch they are just moved, with no changes. > It saves commit history. 'together with string utils' -- no more relevant to the patchset part above this commit?