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 AB29E1F5AE for ; Wed, 1 Jul 2020 21:06:19 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] some random minor fixes Date: Wed, 1 Jul 2020 21:06:14 +0000 Message-Id: <20200701210619.29601-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Bigger changes are brewing in other branches... Eric Wong (5): spawn: make @RLIMITS a shared list spawn: modernize with parent.pm, drop warnings.pm watch: retry signals to kill IDLE and polling processes tests: add use/require statements for TEST_RUN_MODE=0 overidx: document why we don't use SQLite WAL lib/PublicInbox/InboxWritable.pm | 1 + lib/PublicInbox/OverIdx.pm | 2 ++ lib/PublicInbox/Qspawn.pm | 4 ++-- lib/PublicInbox/Spawn.pm | 7 +++---- lib/PublicInbox/WatchMaildir.pm | 27 ++++++++++++++++++--------- t/init.t | 1 + t/nntpd.t | 1 + 7 files changed, 28 insertions(+), 15 deletions(-)