-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update golang text dependency #2089
Conversation
47b5ca5
to
12de846
Compare
|
||
// This can happen if something goes wrong during decoding | ||
if len(buf) == 0 { | ||
logp.Debug("wwer", "empty buffer, continue") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wwer?
19cbae1
to
1dded17
Compare
@urso I now cleaned up the PR and added comments. I also updated to the most recent version. Please have a look. |
decoder func() transform.Transformer | ||
encoder func() transform.Transformer | ||
} | ||
// mixed incoder is a copy of encoding.Replacement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/mixed incoder/mixed encoder/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
e9d100d
to
df772ab
Compare
@urso New version with review changes pushed. |
LGTM |
* Improve error logging in line reader
df772ab
to
05b0917
Compare
No description provided.