From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (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 7CB96469719 for ; Fri, 13 Nov 2020 15:29:16 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id s30so13565664lfc.4 for ; Fri, 13 Nov 2020 04:29:16 -0800 (PST) Date: Fri, 13 Nov 2020 15:29:13 +0300 From: Cyrill Gorcunov Message-ID: <20201113122913.GF2021@grain> References: <20201113122802.253784-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201113122802.253784-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH] func: clean the module cache on first load error List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy On Fri, Nov 13, 2020 at 03:28:02PM +0300, Cyrill Gorcunov wrote: > In case if we're loading a fresh module we put it > into a module's cache first which allows us to not > reload same module twice (say there could be several > functions in same module). > branch gorcunov/gh-5475-c-load-fails issue https://github.com/tarantool/tarantool/issues/5475