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 C1DD61F4B4 for ; Wed, 20 Jan 2021 05:04:49 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] lei: fixes piled higher and deeper Date: Wed, 20 Jan 2021 14:04:42 +0900 Message-Id: <20210120050449.71330-1-e@80x24.org> In-Reply-To: <20210119093435.17955-1-e@80x24.org> References: <20210119093435.17955-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/7 was necessary on my FreeBSD 11.x VM 2/7 fixes TEST_RUN_MODE=0 3/7 fixes a long-standing (well, several weeks) annoyance 4/7 depended on 3/7, sorta 5/7 should've been done ages ago 6/7 oops :x 7/7 belts and suspenders Eric Wong (7): lei: allow more mbox inode types lei: exit code in oneshot mode overidx: eidx_prep: fix leftover dbh reference lei q: cleanup store initialization lei: dump and clear errors.log in daemon mode lei_xsearch: keep l2m->{-wq_s1} while preparing query lei_to_mail: call PublicInbox::IPC::DESTROY lib/PublicInbox/LEI.pm | 32 +++++++++++++++++++++++++++----- lib/PublicInbox/LeiOverview.pm | 6 ++---- lib/PublicInbox/LeiQuery.pm | 18 ++++++++---------- lib/PublicInbox/LeiToMail.pm | 5 +++-- lib/PublicInbox/LeiXSearch.pm | 4 ++-- lib/PublicInbox/OverIdx.pm | 8 +++----- t/lei.t | 8 +++++++- 7 files changed, 52 insertions(+), 29 deletions(-)