-
Notifications
You must be signed in to change notification settings - Fork 154
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(type_inference): added NumericDefaultInt cons #3252
Conversation
2cabd0a
to
dc891ec
Compare
e29153c
to
8aa3972
Compare
14680e9
to
bbfcaa4
Compare
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.
Just some tiny suggestions but overall this looks very good.
Codecov Report
@@ Coverage Diff @@
## master #3252 +/- ##
==========================================
- Coverage 49.35% 49.26% -0.10%
==========================================
Files 351 351
Lines 36393 36496 +103
==========================================
+ Hits 17962 17978 +16
- Misses 15908 15990 +82
- Partials 2523 2528 +5
Continue to review full report at Codecov.
|
d0a49c0
to
3b67afd
Compare
3b67afd
to
dd51a9c
Compare
- Added NumericDefaultInt constraint in TypeInferencer - Added PolyNumericLiteral semantic node to SemanticGraph - Added ability to operate on binary expressions of float and int types
dd51a9c
to
d82ebf0
Compare
Done checklist