From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A37D51F406 for ; Wed, 25 Oct 2023 15:33:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1698248029; bh=Tu4pW9O3vMnE4mO6FEIviQiFxeIcxiitu5bwKoK7g7w=; h=From:To:Subject:Date:From; b=3Z0lPXXzKbpZHGDlC5ilanTf3IfEwcdj9A4hT5WUl07cUKNJV/HY1vCBuBubT93PB 7rvbjSMZkeEpk8G4bXW6j58hVisY5DhOOgNcmfCMFEI9oJNqm4Hy+PA0Y2r9yB2wpJ BV337bj53zbM9pARUp/41wyOxXFa8wrPql78ZQ88= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] cindex: prune fixes Date: Wed, 25 Oct 2023 15:33:46 +0000 Message-ID: <20231025153349.3247178-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: One small improvement and 2 fixes for bugs introduced yesterday. Eric Wong (3): cindex: store coderepo data asynchronously cindex: quiet --prune when checking objectFormat cindex: fix large prunes lib/PublicInbox/CodeSearchIdx.pm | 73 +++++++++++++++++--------------- t/cindex.t | 7 ++- 2 files changed, 44 insertions(+), 36 deletions(-)