-
Notifications
You must be signed in to change notification settings - Fork 695
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
implementation for hinting on possible error on map create with noPrealloc flag set #1102
implementation for hinting on possible error on map create with noPrealloc flag set #1102
Conversation
cc575d2
to
6109ffe
Compare
The |
41b9db9
to
cdd289f
Compare
c99f598
to
02296bb
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.
Nice! Could you split your change into two commits?
- Move the existing code to a function
- Add the new check you want to add
This will make it easier to do code archeology later on.
8f22d58
to
95d4a65
Compare
Signed-off-by: kwakubiney <kebiney@hotmail.com>
Signed-off-by: kwakubiney <kebiney@hotmail.com>
95d4a65
to
90645e3
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.
Thanks for the update! Suggested change looks good to me 👍
But I'll leave the final approval to the maintainers.
Fixes #1072