-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Optimize the oct number representation to with 0o prefix. #2014
Optimize the oct number representation to with 0o prefix. #2014
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2014 +/- ##
==========================================
- Coverage 86.90% 86.71% -0.19%
==========================================
Files 636 642 +6
Lines 59819 60902 +1083
==========================================
+ Hits 51984 52811 +827
- Misses 7835 8091 +256
Continue to review full report at Codecov.
|
I think indicating an octal literal by prepending it with FYI. same with neo4j |
Fine. Please take care of the issue related. Let me close this pr. Thanks |
Reservations |
Co-authored-by: Cheng Xuntao <7731943+xtcyclist@users.noreply.github.com>
What changes were proposed in this pull request?
See #1940
Why are the changes needed?
Does this PR introduce any user-facing change?
Yes @Amber1990Zhang
How was this patch tested?