-
-
Notifications
You must be signed in to change notification settings - Fork 147
Conversation
ensure support for both float32 and float64 lint fixes add tests for float64 & add test for nil pointer
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
+ Coverage 94.95% 95.71% +0.75%
==========================================
Files 10 11 +1
Lines 1050 1236 +186
==========================================
+ Hits 997 1183 +186
- Misses 29 30 +1
+ Partials 24 23 -1
Continue to review full report at Codecov.
|
@bxcodec I got bored haha. I decided to jump in sooner rather than later with support for the float types. |
…a panic if used for oneof tag.
…riable of unsigned int type.
Once this is merged, it should really close #82 |
thanks, added the |
@bxcodec I followed your suggestion and used |
Something I just thought of (I don't know how I missed it before), but support could be added (perhaps in another PR), for the parsing of binary, hex etc into the different int types |
I have an idea on how I can clean this up a little bit. Let me make this WIP again and I can do some clean up. |
@bxcodec okay I think it is now ready for review again! 👍 |
…to be added in a later PR
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.
LGTM
Let's think about that later for the hex/binary/etc
Thanks for your PR bro 🙏
fix #82