From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B3AC81F55F for ; Sun, 1 Oct 2023 09:54:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1696154069; bh=aGSgoFBMh48LqH9T8NIK73iUEEtSWKCiAcTIZlYdLzc=; h=From:To:Subject:Date:From; b=XckchWO/YjmS3goG/yn8I/KgT3XFmN2fZwUZEftSJtdYOh1h8JmZ3D/LyWr0Po6cY KWUmXVNyZCME9uConjN4S/tmGNE3a3bvaQV+qSuELb3e+xUoJCV89OGaauEeAgxIH7 KMHCq2Jn/7s0RNaIF/msXUUiMZQjEhBEMfk4QJow= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/13] various warning/diagnostic fixes Date: Sun, 1 Oct 2023 09:54:16 +0000 Message-ID: <20231001095429.2092610-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 13/13 could be important to people who have trouble doing 2>&1 into a pager. 11/13 and lei-daemon missing -w is the cause for patches 6..10 :x The rest were various things I noticed along the way. Eric Wong (13): gcf2: take non-ref scalar request arg t/git: show git_version in diag output process_pipe: don't run `close' unless requested git: improve error reporting git: packed_bytes: deal with glob+stat TOCTTOU lei rediff: `git diff -O' support lei: correct exit signal lei mail-diff: don't remove temporary subdirectory lei_store: unlink stderr buffer early overidx: fix version comparison treewide: enable warnings in all exec-ed processes lei: ->fail only allows integer exit codes lei: deal with clients with blocked stderr lib/PublicInbox/Gcf2Client.pm | 11 ++++++----- lib/PublicInbox/Git.pm | 10 ++++------ lib/PublicInbox/GitAsyncCat.pm | 4 ++-- lib/PublicInbox/LEI.pm | 15 ++++++++------- lib/PublicInbox/LeiMailDiff.pm | 2 -- lib/PublicInbox/LeiRediff.pm | 5 +++-- lib/PublicInbox/LeiStore.pm | 21 +++++++++++++-------- lib/PublicInbox/LeiStoreErr.pm | 27 +++++++++++++++++++++++++-- lib/PublicInbox/OverIdx.pm | 9 +++++---- lib/PublicInbox/ProcessPipe.pm | 2 +- script/lei | 4 ++-- t/edit.t | 29 +++++++++++++++-------------- t/extsearch.t | 2 +- t/gcf2_client.t | 32 ++++++++++++++++---------------- t/git.t | 6 +++--- t/lei-q-save.t | 4 ++-- t/mbox_reader.t | 6 +++--- t/spawn.t | 4 ++-- 18 files changed, 111 insertions(+), 82 deletions(-)