]> Sergey Matveev's repositories - public-inbox.git/commit - t/thread-cycle.t
searchthread: simplify API and remove needless OO
authorEric Wong <e@80x24.org>
Tue, 20 Dec 2016 23:42:36 +0000 (23:42 +0000)
committerEric Wong <e@80x24.org>
Wed, 21 Dec 2016 07:32:56 +0000 (07:32 +0000)
commit90b3d23352a0c37680ac266acaf4fef73a781bc9
tree93d0a1a539f923a7045c517a882bd42995fd7567
parent93474f58d361b2ace4d5e51d5be4c220513da8d0
searchthread: simplify API and remove needless OO

This simplifies callers to prevent errors and avoids
needless object-orientation in favor of a single procedure
call to handle threading and ordering.
lib/PublicInbox/SearchThread.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
t/thread-cycle.t