-
Notifications
You must be signed in to change notification settings - Fork 9
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
Restrict BufEncoder
to uniform case encoding
#119
Restrict BufEncoder
to uniform case encoding
#119
Conversation
This breaks the API. It seems to me that the case where |
Neat. I'll ACK this but let @Kixunil chime in (or at least, give him a week or two) to see if there was a reason for the existing API to be what it was. This definitely seems like an improvement. |
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.
ACK fbab80e successfully ran local tests
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.
ACK fbab80e
Thanks man, you are doing some nice work here. |
fbab80e
to
54d2520
Compare
Rebase: fix merge conflict. |
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.
ACK 54d2520 successfully ran local tests
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.
ACK 54d2520
The API now enforces that all hex strings encoded with `BufEncoder` contain characters of the same case.
54d2520
to
b57f327
Compare
Rebase: fix merge conflict. |
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.
ACK b57f327; successfully ran local tests
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.
ACK b57f327
The API now enforces that all hex strings encoded with
BufEncoder
contain characters of the same case.