unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/3] more process management cleanups + bugfix
@ 2023-09-27  6:02 Eric Wong
  2023-09-27  6:02 ` [PATCH 1/3] convert: use ProcessPipe with popen_rd Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2023-09-27  6:02 UTC (permalink / raw)
  To: meta

3/3 is a bugfix found while working on this series, but probably
nobody noticed it...  The code reductions in lib/ are nice.

Eric Wong (3):
  convert: use ProcessPipe with popen_rd
  spawn: add popen_wr support
  lei: don't gzip --rsyncable by default for mbox*

 lib/PublicInbox/LEI.pm         |  3 ++-
 lib/PublicInbox/LeiRediff.pm   | 25 ++++++++++-------------
 lib/PublicInbox/LeiToMail.pm   |  9 +++------
 lib/PublicInbox/MboxReader.pm  | 36 ++++++++--------------------------
 lib/PublicInbox/ProcessPipe.pm |  9 +++++++++
 lib/PublicInbox/Spawn.pm       | 20 +++++++++----------
 script/public-inbox-convert    |  6 ++----
 t/lei-convert.t                | 27 +++++++++++++++++++++++--
 8 files changed, 68 insertions(+), 67 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-27  6:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27  6:02 [PATCH 0/3] more process management cleanups + bugfix Eric Wong
2023-09-27  6:02 ` [PATCH 1/3] convert: use ProcessPipe with popen_rd Eric Wong
2023-09-27  6:02 ` [PATCH 2/3] spawn: add popen_wr support Eric Wong
2023-09-27  6:02 ` [PATCH 3/3] lei: don't gzip --rsyncable by default for mbox* Eric Wong

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