Closed jaytaylor closed 7 years ago
Thanks! I'll attend to it soon-ish
@jaytaylor Thanks again. Can you add test.log
to git (missed that in my review)
@tebeka I see - good catch! I will open another PR to include the file and clean that bit up tomorrow (or as soon as I'm able).
Best, Jay
The file is missing from git
Fixed `bufio.Scanner: token too long' error caused by long input lines.
Swapped out usage of bufio.Scanner for bufio.Reader in lib.LineScanner to resolve the issue.
Includes corresponding unit-test proving this fixes the failing case.