]> Sergey Matveev's repositories - public-inbox.git/commit
*idx: pass smsg in even more places
authorEric Wong <e@yhbt.net>
Fri, 20 Mar 2020 08:18:20 +0000 (08:18 +0000)
committerEric Wong <e@yhbt.net>
Sun, 22 Mar 2020 09:00:23 +0000 (09:00 +0000)
commitb5bc3576af3d0ef0fa884ed32a674c7a703a19b2
tree990be6a2a7f0440154e7aa903cd430a2735eb975
parent99d6d24847c499387ce65b09305deebfd51f8930
*idx: pass smsg in even more places

We can finally get rid of the awkward, ad-hoc use of V2Writable,
SearchIdx, and OverIdx args for passing {cotime} and {autime}
between classes.

We'll still use those git time fields internally within
V2Writable and SearchIdx for (re)indexing, but that's not
worth avoiding as a fallback.
lib/PublicInbox/Import.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm
t/import.t