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

Replace AddFromBundle bufio Scanner with Reader #182

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented May 26, 2024

Description

fixes "Token Too Long" found in CI

@aledbf aledbf requested a review from csweichel May 26, 2024 03:22
return err
}
_, err = a.out.Write([]byte{'\n'})
_, err = a.out.Write(line)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does ReadBytes include the "seperator"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@aledbf aledbf requested a review from csweichel May 27, 2024 18:57
@csweichel csweichel merged commit 176377b into main Jul 8, 2024
6 checks passed
@csweichel csweichel deleted the aledbf/bufio branch July 8, 2024 08:15
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.

2 participants