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,AWL,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 DE3551F953 for ; Wed, 10 Nov 2021 10:25:11 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] "lei q" rawstr fallout + fixes Date: Wed, 10 Nov 2021 10:25:11 +0000 Message-Id: <20211110102511.40960-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The recent rawstr fix caused some errors for existing --stdin searches, these patches fix them and make some minor improvements along the way. Eric Wong (4): ipc: note failing sub name lei up: infer rawstr from old searches via trailing "\n" lei q: disallow "\n" in argv[] elements lei q: make HTTP(S) query strings even less ugly lib/PublicInbox/IPC.pm | 2 +- lib/PublicInbox/LeiQuery.pm | 1 + lib/PublicInbox/LeiUp.pm | 4 +++- lib/PublicInbox/LeiXSearch.pm | 2 +- t/lei.t | 3 +++ 5 files changed, 9 insertions(+), 3 deletions(-)