]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: eliminate $not_done temporary git dir hack
authorEric Wong <e@80x24.org>
Thu, 4 Feb 2021 09:59:27 +0000 (00:59 -0900)
committerEric Wong <e@80x24.org>
Fri, 5 Feb 2021 00:16:32 +0000 (00:16 +0000)
commit5180ed0a1cd65139a6ba6b3c64e97f8c2c126204
treef97d57ef8060199539bdcc7fc97706cd2194b9d0
parent69ea1bcb2983d2c51caf04440d4797212ed6fd64
lei q: eliminate $not_done temporary git dir hack

Another step towards simplifying lei internals.

None of our current uses of ->wq_do involve FD passing, and the
plan is only rely on FD passing between lei-daemon and lei(1).
Internally, it ought to be possible for lei-daemon internal bits
to be ordered properly to not need FD passing.
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm