-
Notifications
You must be signed in to change notification settings - Fork 95
builtin,vm: add implementation for builtin hex function #123
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
==========================================
- Coverage 72.74% 72.57% -0.17%
==========================================
Files 60 60
Lines 11970 11999 +29
==========================================
+ Hits 8707 8708 +1
- Misses 2729 2757 +28
Partials 534 534
Continue to review full report at Codecov.
|
does anybody understand why e.g. For the life of me, I just don't understand. |
Codecov seems to do mad things sometimes! Did you force push your branch? I think that makes it worse sometimes. I wonder if there is a retry button for codecov? |
no, I didn't force push. (at least, not for this PR :P) |
Very strange. I can't see anything wrong with your code. Might be worth trying with different go versions to see if it is a go bug. |
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
ok. figured it out. the tests (for |
@ncw PTAL |
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.
Look great now :-)
I'll merge it
No description provided.