-
Notifications
You must be signed in to change notification settings - Fork 23
fix: encode DEL (0x7f) control character #18
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
Conversation
8b511a8 to
db26491
Compare
db26491 to
9fd5298
Compare
encode DEL control characters in values, and remove them from keys. Fixes: 3f5ba89
9fd5298 to
0990210
Compare
|
Now, the DEL control char is also removed from a key, and a test case for both variants has been added. |
|
I don't understand what GitHub is doing. I was trying to pull in your latest changes to review them and somehow that resulted in merging two branches that were from different force pushes you did. But the most surprising thing is that somehow that managed to also put a merge commit into your fork! I've never seen that before. I think the safest thing here might be to close this PR and for you to submit a new PR with your latest version of the code so I can review the right code because whatever just happened broke your changes. Sorry about that. |
|
hm, let me check If I can fix it. |
7d9ecee to
0990210
Compare
|
@ChrisHines Forced pushed the correct state again. All tests are green. You should just be able to merge? |
ChrisHines
left a comment
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.
Ah, thanks. That cleaned up the weirdness.
ChrisHines
left a comment
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.
Thanks for the fix.
encode DEL control characters in values, and remove them from keys.
Fixes: 3f5ba89