]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found