#73 - support NaN and Infinity parsing in python tokenizer#76
#73 - support NaN and Infinity parsing in python tokenizer#76
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #76 +/- ##
==========================================
+ Coverage 96.41% 96.52% +0.11%
==========================================
Files 29 29
Lines 1562 1642 +80
==========================================
+ Hits 1506 1585 +79
- Misses 56 57 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
smheidrich
left a comment
There was a problem hiding this comment.
The code changes seem fine to me and I've duplicated them for the Rust tokenizer in smheidrich/py-json-stream-rs-tokenizer#150.
But the PR title and commit message reference issue #72 which should be changed to #73.
Whoops! Fixed. |
smheidrich
left a comment
There was a problem hiding this comment.
I'll merge smheidrich/py-json-stream-rs-tokenizer#150 now & get started publishing a new version of the Rust tokenizer
This PR adds
NaNandInfinityprocessing in response to #73