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,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 3D6DF1F5AE for ; Wed, 28 Apr 2021 07:52:05 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/11] lei: misc fixes, more lcat color support Date: Wed, 28 Apr 2021 07:51:54 +0000 Message-Id: <20210428075205.19440-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I'm seeing some odd test failures in "make check-run" (but not "make check") that I haven't diagnosed, yet. So there's some diagnostic changes and some golfing to make internals more consistent. Eric Wong (11): t/lei-p2q: add diagnostics tests: restore CWD with "lei -C" and run_script view_diff: minor coding style fixes lei_p2q: add _lei_wq_eof callback lei-daemon: note FD count mismatch to client t/run.perl: add (GNU) tail and strace support lei: quiet down Eml-related warnings consistently lei: simple WQ workers use {wq1} field lei_view_text: improve attachment display lei_view_text: translate background colors from git lei (lcat|q): support --no-color and --color lib/PublicInbox/LEI.pm | 30 ++++++++++++++++++++--------- lib/PublicInbox/LeiBlob.pm | 9 +-------- lib/PublicInbox/LeiConvert.pm | 3 +-- lib/PublicInbox/LeiImport.pm | 10 +++------- lib/PublicInbox/LeiLsSearch.pm | 2 +- lib/PublicInbox/LeiMirror.pm | 4 ++-- lib/PublicInbox/LeiP2q.pm | 6 ++---- lib/PublicInbox/LeiStore.pm | 1 - lib/PublicInbox/LeiTag.pm | 9 ++------- lib/PublicInbox/LeiViewText.pm | 35 +++++++++++++++++++++++----------- lib/PublicInbox/LeiXSearch.pm | 1 - lib/PublicInbox/TestCommon.pm | 12 ++++++++---- lib/PublicInbox/ViewDiff.pm | 9 ++++----- script/lei | 4 ++-- t/lei-externals.t | 5 ----- t/lei-p2q.t | 4 ++-- t/lei-q-save.t | 4 ---- t/run.perl | 7 +++++++ t/solver_git.t | 5 ----- 19 files changed, 80 insertions(+), 80 deletions(-)