-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
util: format error code for memory package #13540
Conversation
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #13540 +/- ##
=========================================
Coverage 79.944% 79.944%
=========================================
Files 473 473
Lines 116200 116200
=========================================
Hits 92895 92895
Misses 15979 15979
Partials 7326 7326 |
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.
LGTM
/run-all-tests |
@imtbkcat merge failed. |
/merge |
Your auto merge job has been accepted, waiting for 13544 |
/run-all-tests |
What problem does this PR solve?
Error code in
util/memory
package is uneffective. It will show default error code1105
when error occur.What is changed and how it works?
Init error code for
util/memory
package and add yesy.Check List
Tests
Code changes
Side effects
Related changes