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,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 9779A1F41C for ; Tue, 28 Mar 2023 02:59:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1679972345; bh=yarKdQ9SHADTj0V+adqu8smTaQuxP7QoQxoyo9gtRiw=; h=From:To:Subject:Date:From; b=B8B0IHf7yGL/UVH7hzjofeqKlxplBMeWkrfud0TBX2JzPIup83fAzh3BW5IiHNFVq Evfuuig9TQaDmgoJ+uYChJcr5YMaeSwVhNwiVch/Z0gMOT9Y4a2avXE8rufaNBU3BU s+OHiLETKXD6QgcTiHLgEHmntJtQG/oLY6jqUME8= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] cindex updates Date: Tue, 28 Mar 2023 02:59:00 +0000 Message-Id: <20230328025904.3822761-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: cindex --prune is less intrusive w.r.t. handling new commits, now. I'm embracing `local' more because this is a Perl codebase; and I think it makes things more robust against typos. I probably should've been doing this years ago :x Eric Wong (4): cindex: simplify some internal data structures cindex: always break out of event loop on $DO_QUIT cindex: interleave prune with indexing cindex: leave SIGTSTP and SIGCONT unblocked lib/PublicInbox/CodeSearchIdx.pm | 298 ++++++++++++++++++++----------- lib/PublicInbox/DS.pm | 5 +- lib/PublicInbox/SearchIdx.pm | 12 +- script/public-inbox-cindex | 2 +- 4 files changed, 210 insertions(+), 107 deletions(-)