Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate out ILineReader abstraction #1504

Merged
merged 2 commits into from
Feb 25, 2024
Merged

Separate out ILineReader abstraction #1504

merged 2 commits into from
Feb 25, 2024

Conversation

johnkerl
Copy link
Owner

On #1501 there is a bug report invoiving bufio.Scanner misbehaving on lines with more than 65,536 characters. I'll be replacing my use of bufio.Scanner within Miller's pkg/input/. But first, on this PR, I insert an abstraction layer to make the swap-out easier to code and test.

@johnkerl johnkerl merged commit 57b32c3 into main Feb 25, 2024
6 checks passed
@johnkerl johnkerl deleted the kerl/tsv-64k-fix branch February 25, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant