-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: pass offset to unexpected byte
error
#69
Conversation
Simplify error reporting.
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 37 38 +1
Lines 2610 2840 +230
==========================================
+ Hits 2610 2840 +230
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
a68529a
to
bb7141a
Compare
b948aed
to
4923cfa
Compare
Using noescape hack may lead to use-after-free error. Error returned by `strconv.ParseFloat` may refer to allocated slice.
4923cfa
to
cc57d4d
Compare
No description provided.