]> Sergey Matveev's repositories - public-inbox.git/commit
use consistent {ibx} field for writable code paths
authorEric Wong <e@yhbt.net>
Fri, 24 Jul 2020 05:55:54 +0000 (05:55 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jul 2020 20:48:18 +0000 (20:48 +0000)
commitdfbe27bb5533ef391b214692f25e2823b20064ac
treeb90f629cfd960cac06c3143435fb08fd1f64f6fc
parent91a9eaab69a1984b10a72b4321e1d890fddd2ba0
use consistent {ibx} field for writable code paths

This is a step which makes our use of abbreviations more
consistent when referring to PublicInbox::Inbox objects.
We'll also be reducing the number of redundant fields
in SearchIdx and V2Writable code paths to make the
object graph easier-to-follow.
lib/PublicInbox/Import.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm