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 A3EAB1F4C1 for ; Fri, 15 Nov 2024 02:59:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1731639572; bh=wxiVCjtY7fiIGzMHc4OmIDB77RAITSTrmqGHvxbyJII=; h=From:To:Subject:Date:From; b=Cj9o8bVcgmkagykuq4mDxv1mNHLbntgVbdUrQiwE8uPhxLxkkDpQLqDenG1EQ1fhW +SrCjBs5Qm44UH8LsIae+H4pgt7E8slsrHNE6sHBb/2JzbcnvRhYV6IH9dwDA/TpwS jEJgIOnxtomWs0zpIfRqtpoqC2Y2zmqcZg/6Sccw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] a few random small fixes and improvements Date: Fri, 15 Nov 2024 02:59:26 +0000 Message-ID: <20241115025932.1647240-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some minor things I noticed while working on other things. Eric Wong (6): tests: fix missing modules under TEST_RUN_MODE=0 test_common: disable fsync in git(1) commands nntp: improve protocol error messages nntp: integerize {article} to save memory view: reduce ops for encasement view: fix obfuscation in message/* attachments lib/PublicInbox/NNTP.pm | 40 +++++++++++++++++++++-------------- lib/PublicInbox/TestCommon.pm | 2 ++ lib/PublicInbox/View.pm | 10 ++++----- t/extsearch.t | 1 + t/www_static.t | 1 + 5 files changed, 33 insertions(+), 21 deletions(-)