From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2C7ED469719 for ; Sat, 31 Oct 2020 18:29:09 +0300 (MSK) Received: by mail-lf1-f67.google.com with SMTP id f9so11709223lfq.2 for ; Sat, 31 Oct 2020 08:29:09 -0700 (PDT) Date: Sat, 31 Oct 2020 18:29:06 +0300 From: Cyrill Gorcunov Message-ID: <20201031152906.GH198833@grain> References: <20201014133535.224573-1-gorcunov@gmail.com> <20201014133535.224573-3-gorcunov@gmail.com> <8f3da283-fc9a-31ce-cc96-e52963364a75@tarantool.org> <20201030101519.GE198833@grain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v8 2/4] module_cache: move module handling into own subsystem List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tml On Sat, Oct 31, 2020 at 01:15:38AM +0100, Vladislav Shpilevoy wrote: ... > > AFAIS, you included it simply because it defined box_function_ctx and > box_function_f. But it should be vice-versa. > > I did this and all was built fine: OK, I'll take a precise look on the week. Thanks!