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 AE96B1F406 for ; Tue, 24 Oct 2023 11:44:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1698147869; bh=h0GbDQVYVhiydyCZXbdwi9sjRsGadCVUGzUVnBvB1hs=; h=From:To:Subject:Date:From; b=nB1ZmcwFUmk6XgjZI4pE4UnxMl2xY9hi+oTIh8rFezKyxEjEkKaFgPz1fGaOLtCc+ sdCuAJ5OGHh+xTuQ7/CqlBXOkz4wtWVicoHTZHFDXEoudmhbNkl+z41zKvMp+Wy37E XIk153s+jYwe4TKyrJw4x9SKsZqgWSYUgh4JSsSQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] cindex: handle usage errors gracefully Date: Tue, 24 Oct 2023 11:44:26 +0000 Message-ID: <20231024114429.2998844-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (3): cindex: --associate fails when no inboxes are given t/cindex: use autodie cindex: basic inboxes are non-fatal for --associate lib/PublicInbox/CodeSearchIdx.pm | 15 +++++++------- t/cindex.t | 34 ++++++++++++++++++++++++++------ 2 files changed, 36 insertions(+), 13 deletions(-)