Uh oh!
There was an error while loading. Please reload this page.
n-api: fix napi_property_descriptor documentation - #20433
Conversation
vsemozhetbyt
commented
Apr 30, 2018
FWIW, the last fix is also done here: #20430 |
gabrielschulhof
commented
Apr 30, 2018
@vsemozhetbyt whoops - I'll remove that part. |
393be56 to
9af5c4fComparegabrielschulhof
commented
Apr 30, 2018
@vsemozhetbyt fixed. |
vsemozhetbyt
commented
Apr 30, 2018
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
vsemozhetbyt
commented
Apr 30, 2018
There was a problem hiding this comment.
I thought the suggestion was to use NULL instead of 0, just wondering why you went the other way?
There was a problem hiding this comment.
Oh, right. I thought it would be more consistent, but you're right. This is plain C. I should actually use NULL everywhere – though that might expand the scope of the PR.
I'll add NULLs everywhere this PR touches, and do another sweep to make sure that the entire doc says NULL.
9af5c4f to
72575f2Comparegabrielschulhof
commented
May 4, 2018
@mhdawson I have updated the affected parts to show |
BridgeAR
commented
May 5, 2018
gabrielschulhof
commented
May 6, 2018
Landed in 4692cf4. |
PR-URL: nodejs#20433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #20433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #20433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #20433 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes