]> Sergey Matveev's repositories - public-inbox.git/commit
treewide: replace {-inbox} with {ibx} for consistency
authorEric Wong <e@80x24.org>
Tue, 8 Dec 2020 21:21:25 +0000 (21:21 +0000)
committerEric Wong <e@80x24.org>
Wed, 9 Dec 2020 21:13:31 +0000 (21:13 +0000)
commite3b57fe9f68e80fc85cff46ccec9246b670f1312
tree826706be86815a62083ad953a2bbbb9f325cf670
parent7e34a2145230eb97347ee8f1e63e79eb988a1946
treewide: replace {-inbox} with {ibx} for consistency

{ibx} is shorter and is the most prevalent abbreviation
in indexing and IMAP code, and the `$ibx' local variable
is already prevalent throughout.

In general, the codebase favors removal of vowels in variable
and field names to denote non-references (because references are
"lighter" than non-references).

So update WWW and Filter users to use the same code since
it reduces confusion and may allow easier code sharing.
23 files changed:
Documentation/mknews.perl
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Feed.pm
lib/PublicInbox/Filter/RubyLang.pm
lib/PublicInbox/GzipFilter.pm
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/MboxGz.pm
lib/PublicInbox/SearchThread.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwAltId.pm
lib/PublicInbox/WwwAtomStream.pm
lib/PublicInbox/WwwAttach.pm
lib/PublicInbox/WwwStream.pm
lib/PublicInbox/WwwText.pm
t/feed.t
t/filter_rubylang.t
xt/cmp-msgview.t
xt/perf-msgview.t
xt/perf-threading.t