user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/5] spawn: modernize with parent.pm, drop warnings.pm
  2020-07-01 21:06  4% [PATCH 0/5] some random minor fixes Eric Wong
@ 2020-07-01 21:06  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2020-07-01 21:06 UTC (permalink / raw)
  To: meta

parent.pm is smaller than base.pm, and we'll also move
towards relying on `-w' (or not) to toggle process-wide
warnings during development.
---
 lib/PublicInbox/Spawn.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/PublicInbox/Spawn.pm b/lib/PublicInbox/Spawn.pm
index ba6e73675fe..c85b68003ac 100644
--- a/lib/PublicInbox/Spawn.pm
+++ b/lib/PublicInbox/Spawn.pm
@@ -13,8 +13,7 @@
 
 package PublicInbox::Spawn;
 use strict;
-use warnings;
-use base qw(Exporter);
+use parent qw(Exporter);
 use Symbol qw(gensym);
 use PublicInbox::ProcessPipe;
 our @EXPORT_OK = qw/which spawn popen_rd/;

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/5] some random minor fixes
@ 2020-07-01 21:06  4% Eric Wong
  2020-07-01 21:06  7% ` [PATCH 2/5] spawn: modernize with parent.pm, drop warnings.pm Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2020-07-01 21:06 UTC (permalink / raw)
  To: meta

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(-)

^ permalink raw reply	[relevance 4%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-07-01 21:06  4% [PATCH 0/5] some random minor fixes Eric Wong
2020-07-01 21:06  7% ` [PATCH 2/5] spawn: modernize with parent.pm, drop warnings.pm Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).