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-Status: No, score=-3.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_SBL,URIBL_SBL_A shortcircuit=no autolearn=no 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 07A061F4B4 for ; Wed, 16 Dec 2020 23:19:07 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] various indexing cleanups and quieting Date: Wed, 16 Dec 2020 23:19:01 +0000 Message-Id: <20201216231906.6356-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Less code, less warnings, more better Eric Wong (5): inboxwritable: warn_ignore: skip "Bad UTF7 data escape" index: ignore data warnings, set {current_info} for v1 inbox: simplify v2 epoch count, reuse in InboxWritable inboxwritable: drop git_dir_n sub extsearchidx: no need to use InboxWritable lib/PublicInbox/Admin.pm | 23 ++++++++++++++--------- lib/PublicInbox/ExtSearchIdx.pm | 6 +----- lib/PublicInbox/Inbox.pm | 18 +++++++----------- lib/PublicInbox/InboxWritable.pm | 22 +++++----------------- lib/PublicInbox/Search.pm | 3 +-- lib/PublicInbox/SearchIdx.pm | 6 +++++- lib/PublicInbox/V2Writable.pm | 19 ++++++------------- lib/PublicInbox/Xapcmd.pm | 3 +-- 8 files changed, 40 insertions(+), 60 deletions(-)