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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2E5981F8C8 for ; Sat, 2 Oct 2021 08:16:22 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] lei inspect stuffs Date: Sat, 2 Oct 2021 08:16:20 +0000 Message-Id: <20211002081622.3252-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some obvious fixes while working extindex stuff.. Eric Wong (2): lei inspect: integerize "bytes" and "lines" fields lei inspect: fix "mid:" prefix, expand to Xapian MANIFEST | 1 + lib/PublicInbox/LeiInspect.pm | 69 +++++++++++++++++++++-------------- t/lei-inspect.t | 14 +++++++ 3 files changed, 56 insertions(+), 28 deletions(-) create mode 100644 t/lei-inspect.t