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 D2BF21F4B4 for ; Sat, 3 Apr 2021 10:48:27 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] lei/store: fix epoch roll, better errors Date: Sat, 3 Apr 2021 10:48:22 +0000 Message-Id: <20210403104827.17003-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some things I noticed importing my personal IMAP mailboxes Eric Wong (5): lei_store: update alternates on new epoch test_common: lei_ok: improve diagnostics lei tag: note message mismatches on failure lei: improve handling of Message-ID-less draft messages lei/store: (more) synchronous non-fatal error output MANIFEST | 1 + lib/PublicInbox/Import.pm | 6 +-- lib/PublicInbox/LeiSearch.pm | 2 +- lib/PublicInbox/LeiStore.pm | 74 ++++++++++++++++++++++++++++------ lib/PublicInbox/LeiStoreErr.pm | 30 ++++++++++++++ lib/PublicInbox/LeiTag.pm | 3 +- lib/PublicInbox/OverIdx.pm | 6 ++- lib/PublicInbox/Smsg.pm | 2 +- lib/PublicInbox/TestCommon.pm | 3 +- t/lei-import.t | 21 ++++++++++ 10 files changed, 127 insertions(+), 21 deletions(-) create mode 100644 lib/PublicInbox/LeiStoreErr.pm