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 E002B1F9FC for ; Fri, 26 Mar 2021 09:51:26 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] lei minor things Date: Fri, 26 Mar 2021 09:51:22 +0000 Message-Id: <20210326095126.8184-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Been putting off 3/4 off for a bit, still thinking about labels a bit... Eric Wong (4): lei q: skip lei/store->write_prepare for JSON outputs lei: do not blindly commit to lei/store on close lei: support /dev/fd/[0-2] inputs and outputs in daemon lei mark: disallow '!' in labels lib/PublicInbox/LEI.pm | 26 ++++++++++---------------- lib/PublicInbox/LeiConvert.pm | 3 ++- lib/PublicInbox/LeiInput.pm | 5 ++++- lib/PublicInbox/LeiMark.pm | 2 +- lib/PublicInbox/LeiOverview.pm | 17 +++++++++-------- lib/PublicInbox/LeiP2q.pm | 7 +++++-- lib/PublicInbox/LeiQuery.pm | 16 ++++++++-------- lib/PublicInbox/LeiToMail.pm | 28 ++++++++++++++++------------ lib/PublicInbox/LeiXSearch.pm | 2 ++ t/lei-convert.t | 2 +- t/lei-import.t | 2 +- 11 files changed, 59 insertions(+), 51 deletions(-)