-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
improvement: better literal support #122
improvement: better literal support #122
Conversation
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
==========================================
+ Coverage 81.92% 82.72% +0.80%
==========================================
Files 141 147 +6
Lines 9055 9704 +649
==========================================
+ Hits 7418 8028 +610
- Misses 1637 1676 +39
Continue to review full report at Codecov.
|
4b9b86f
to
d188cfd
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.
Once again, a very clean PR. Looking good!
069f7f8
to
940c908
Compare
4d03531
to
b0fd8ad
Compare
The coverage diff on the last commits is pretty low because I included code from rustc_targets which does not contain tests. I'm also not using everything from the code but I added it nonetheless because I feel like it might benefit us in the future. |
b0fd8ad
to
3b13886
Compare
3b13886
to
f8b47db
Compare
f8b47db
to
2886280
Compare
This PR will add support for:
100u8
) (Add int and float literal type suffixes #121)Progress
0b10102
)Out of scope
This PR does not implement literal type inferencing (#118).