]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: do not leave temporary files after oneshot exit
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2021 11:46:55 +0000 (11:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 3 Feb 2021 07:32:39 +0000 (07:32 +0000)
commit37e2fd40b9d3c37b202a693f6929411bd1064eae
treee0b4c24c9a70d3057c0bd1958495c114a34d812f
parent82ec2366a5ba031267604925a70f4f3a29372d61
lei q: do not leave temporary files after oneshot exit

Avoid on-stack shortcuts which may prevent destructors from
firing since we're not inside the event loop.  We'll also tidy
up the unlink mechanism in LeiOverview while we're at it.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiXSearch.pm
xt/lei-sigpipe.t