-
Notifications
You must be signed in to change notification settings - Fork 415
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
hex the bytes value before smart text in bytes fields #195
base: master
Are you sure you want to change the base?
Conversation
I saw just now that its so broken in python2 so I decline the PR for now |
Codecov Report
@@ Coverage Diff @@
## master #195 +/- ##
==========================================
- Coverage 83.43% 83.39% -0.04%
==========================================
Files 19 19
Lines 513 518 +5
==========================================
+ Hits 428 432 +4
- Misses 85 86 +1
Continue to review full report at Codecov.
|
@jjkester Hi, can you look on this one? |
In which situation is this fix necessary? It seems like this adds support for having byte-typed field names, but that seems odd to me, maybe you can elaborate a bit. |
In case of binary fields, the audit crash on python3. |
I think there's a valid use case for comparing the hex of the fields. Because:
However:
Thoughts, @hramezani? |
@aqeelat Thanks for checking and providing information and clarity here. |
Take your time. I’m just going through the PRs to try and make sense of them, and hopefully clear out the list.Sent from my iPhoneOn Dec 15, 2022, at 7:49 PM, Hasan Ramezani ***@***.***> wrote:
@aqeelat Thanks for checking and providing information and clarity here.
I don't have any answer ready for now. Need to investigate it more. Probably later.
It would be great to have some test here.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
No description provided.