]> Sergey Matveev's repositories - public-inbox.git/commit
with_umask: pass args to callback
authorEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 06:31:51 +0000 (06:31 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 20:56:51 +0000 (20:56 +0000)
commit1e63e0409004f1edb352f53729e2d4aed4825a22
tree1c3db8856122e13122be01e15538220f6f04f18d
parentc6d0a81e6ca7a5da9f9ff193f0992705aa9f9682
with_umask: pass args to callback

While it makes the code flow slightly less well in some places,
it saves us runtime allocations and indentation.
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/Xapcmd.pm