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 4549B27D29 for ; Tue, 26 Feb 2019 07:24:00 -0500 (EST) 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 RFm3UobwC7Fi for ; Tue, 26 Feb 2019 07:24:00 -0500 (EST) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 DB6D127B10 for ; Tue, 26 Feb 2019 07:23:59 -0500 (EST) Date: Tue, 26 Feb 2019 15:23:58 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v2 4/4] Extract 'coll' library from 'core' Message-ID: <20190226122357.GF5592@chai> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Vladislav Shpilevoy [19/02/26 15:16]: > Core is supposed to be the most basic library, providing only > really common features used everywhere like fiber, diag, memory, > logging. Which can't be said about collations - they are used > only by high level things - SQL, Lua utf8, comparators. > > Collations are built now as 'lib/coll' library. Does it depend on core or compile without it? The same question applies to http_parser. I think as a follow up we also need to put a small README file in each dir describing the purpose of each library and what other key libraries it depends on. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov