Add support for hex literals#190
Add support for hex literals#190heshanpadmasiri wants to merge 3 commits intoballerina-platform:mainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #190 +/- ##
==========================================
+ Coverage 27.99% 29.40% +1.40%
==========================================
Files 254 255 +1
Lines 53865 54307 +442
==========================================
+ Hits 15082 15970 +888
+ Misses 37855 37357 -498
- Partials 928 980 +52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
If it can't be parsed as a int we should fallback to f64
Purpose
Resolves #97