]> Sergey Matveev's repositories - public-inbox.git/commit
view: refactor $state as a hash
authorEric Wong <e@80x24.org>
Mon, 24 Aug 2015 02:25:46 +0000 (02:25 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Aug 2015 09:29:00 +0000 (09:29 +0000)
commit71040e5ff8a68eb0cfaf20c273e227cdceb9dc23
tree6dcdeff527049c7c98fa7ec347b0afb26eae41db
parent94f2f2bd84a3569912cc27b42c21b67917333f58
view: refactor $state as a hash

Using hash means we no longer have to document and remember what
every field does.  The original array form was insane premature
optimization and crazy.  Who wrote that?  Oh wait, I was on
drugs :<
lib/PublicInbox/Feed.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
t/view.t