From: Scott Worley Date: Mon, 19 Aug 2024 08:38:40 +0000 (-0700) Subject: Proper log parsing X-Git-Tag: v0.2.0~19 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/201b9ef3e07ed5948730079475f79703b0cd28f8?ds=inline;hp=201b9ef3e07ed5948730079475f79703b0cd28f8 Proper log parsing I'm bummed that this couldn't be a simple Iterator::scan(). Scan doesn't have a way to get control one last time at end-of-stream to dump the accumulator state. ---