-
Notifications
You must be signed in to change notification settings - Fork 1
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
47: add support for handling name bytes if they have nul #50
Conversation
d297d6e
to
48a9614
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
==========================================
- Coverage 97.25% 97.24% -0.01%
==========================================
Files 13 13
Lines 2953 3054 +101
==========================================
+ Hits 2872 2970 +98
- Misses 81 84 +3 ☔ View full report in Codecov by Sentry. |
Thanks for the docs updates! Is it possible that this could also stem from #49? Maybe worth a try resolving on that branch. I'm a little apprehensive towards the -- what did the issue actually turn out to be, is |
Yes, if it’s any consolation I felt the same way about unsafe but copied it directly from the example here so I thought it may be proper: https://doc.rust-lang.org/std/ffi/struct.CStr.html The nul bytes evidently confuse the parser. Perhaps they do not match the character class, anyway we should filter them somewhere. We can discuss both prs tomorrow. |
48a9614
to
f424fce
Compare
f424fce
to
8548994
Compare
8548994
to
08b8dd8
Compare
9a1ba5f
to
5e9061f
Compare
nice, odd bug glad you found it |
d761cb9
to
69d6621
Compare
- fixes documentation - add documentation test to ci
69d6621
to
fb93d06
Compare
closes #47