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 93DD81F9FD for ; Sun, 28 Feb 2021 12:25:28 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei p2q (patch-to-query) Date: Sun, 28 Feb 2021 18:25:25 +0600 Message-Id: <20210228122528.18552-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Pipes (the *nix kind) are good. Eric Wong (3): lei p2q: patch-to-query generator for "lei q --stdin" lei q: fix "-" shortcut for --stdin lei q: improve early aborts w/ remote externals MANIFEST | 2 + lib/PublicInbox/LEI.pm | 40 ++++++- lib/PublicInbox/LeiImport.pm | 3 +- lib/PublicInbox/LeiP2q.pm | 197 ++++++++++++++++++++++++++++++++++ lib/PublicInbox/LeiXSearch.pm | 4 +- t/lei-externals.t | 49 +++++++-- t/lei-p2q.t | 29 +++++ t/lei-q-thread.t | 3 +- 8 files changed, 313 insertions(+), 14 deletions(-) create mode 100644 lib/PublicInbox/LeiP2q.pm create mode 100644 t/lei-p2q.t