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=-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 311221F9FC for ; Sun, 21 Mar 2021 09:50:47 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei import fix, other fixes Date: Sun, 21 Mar 2021 15:50:44 +0600 Message-Id: <20210321095047.13855-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Things are finally coming together... Eric Wong (3): lei import: vivify external-only messages lei q: fix warning on remote imports lei: fix some warnings in tests lib/PublicInbox/ContentHash.pm | 15 ++++++++--- lib/PublicInbox/Import.pm | 14 ++++++++++- lib/PublicInbox/LEI.pm | 8 +++--- lib/PublicInbox/LeiDedupe.pm | 9 ++----- lib/PublicInbox/LeiExternal.pm | 2 +- lib/PublicInbox/LeiImport.pm | 22 ++++++++++------ lib/PublicInbox/LeiP2q.pm | 2 +- lib/PublicInbox/LeiSearch.pm | 5 +++- lib/PublicInbox/LeiStore.pm | 46 +++++++++++++++++++++++++++++----- lib/PublicInbox/LeiXSearch.pm | 6 ++++- lib/PublicInbox/MboxLock.pm | 8 +++--- lib/PublicInbox/Over.pm | 2 +- lib/PublicInbox/SearchIdx.pm | 12 +++++++-- lib/PublicInbox/TestCommon.pm | 9 +++++++ t/lei-q-kw.t | 44 ++++++++++++++++++++++++++++++++ t/lei-q-remote-import.t | 3 ++- 16 files changed, 167 insertions(+), 40 deletions(-)