-
Notifications
You must be signed in to change notification settings - Fork 140
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
Gracefully handle casts during comparison operators #1330
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1330 +/- ##
==========================================
+ Coverage 75.57% 75.93% +0.35%
==========================================
Files 279 279
Lines 37813 38373 +560
==========================================
+ Hits 28578 29138 +560
Misses 7958 7958
Partials 1277 1277
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 834f5f1 Results
|
Port of https://github.com/dapperlabs/cadence-internal/pull/46
Description
Handle Go casts during comparison operators (
<
,<=
,>
,>=
).master
branchFiles changed
in the Github PR explorer