]> Sergey Matveev's repositories - public-inbox.git/commit
*idx: pass $smsg in more places instead of many args
authorEric Wong <e@yhbt.net>
Fri, 20 Mar 2020 08:18:18 +0000 (08:18 +0000)
committerEric Wong <e@yhbt.net>
Sun, 22 Mar 2020 09:00:23 +0000 (09:00 +0000)
commit1218a4126807951a0f47286338dc04d7f197bb78
tree5f97519d19a5fdfb92feecd8e64db43c036432d5
parentd34a4b80724e3f77a507ad08b91039427b0e09d5
*idx: pass $smsg in more places instead of many args

We can pass blessed PublicInbox::Smsg objects to internal
indexing APIs instead of having long parameter lists in some
places.  The end goal is to avoid parsing redundant information
each step of the way and hopefully make things more
understandable.
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm
t/search-thr-index.t