From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6ADFB1F934 for ; Wed, 29 Sep 2021 00:55:43 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1632876940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gAE1feCbHv7JZ1uRju7L7TaM9fUgwzvCt2EkH1Ulfw0=; b=g8hkwwV67FUct/ybnNQmeZ2VYbK5+AtyyeUAfaM97uJYLmSak8Et8VTHcnCAI6OjckYd/n 3wmorD8l8O+iwfrpfk8ffIc/13GmUpclWiI+2/zrTq5E/Qki5rRxTIHaihXpksfLx6FtVO rYhiN+HHExft+TN7t/uqtcv+sm8Ro4tjV4NwCYDwEzlN+wsieuJ/PKL4iiDf8HjbQcD8IU +NdMVJrU8hkRjAFXA9gMoacwvCGoRpM9OnTP2pNYCuYqPqWvGX+bfguY0RuozVVJyzCSih q/CsCTZemDTsQqUCohc0B/b2UB6uhHbzdxpjxicCpZlq5puo3CrOQYSU5wZahg== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] inbox: do not vivify {-repo_objs} during cleanup In-Reply-To: <20210929001428.GA28946@dcvr> References: <87o88cqobd.fsf@kyleam.com> <20210929001428.GA28946@dcvr> Date: Tue, 28 Sep 2021 20:55:31 -0400 Message-ID: <87lf3gqjy4.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > Thanks, the following should fix it (though I suppose @INC paths > should be cleaned in WWW): > ------8<----- > Subject: [PATCH] inbox: do not vivify {-repo_objs} during cleanup Seems to do the trick. Thank you!