Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.4k
src: add include to js_native_api_v8.cc for standalone compile#24498
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
bghgary commented Nov 20, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
refack commented Nov 20, 2018
mhdawson commented Nov 20, 2018
Open issue for failure on AIX which seems unrelated - #24519 |
mhdawson commented Nov 20, 2018
Failure on ubuntu also looks unrelated, pre-existing issue: #24403 |
mhdawson commented Nov 20, 2018
Resumed build here: https://ci.nodejs.org/job/node-test-pull-request/18807/ |
joyeecheung left a comment
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.
(This makes me wonder if we can just put the js_native_api files into a a folder under src..)
gabrielschulhof commented Nov 21, 2018
@bghgary this results in the following warning: |
gabrielschulhof left a comment • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
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.
I'd like to find a way to address this warning before this lands.
gabrielschulhof commented Nov 21, 2018
@bghgary which code in |
Uh oh!
There was an error while loading. Please reload this page.
bghgary commented Nov 21, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Arg, I made a mistake and was on an older commit which didn't have the final changes. js_native_api_types.h is sufficient. This wasn't included originally. The I'll update this with just the change. |
gabrielschulhof commented Nov 21, 2018
@bghgary Awesome! including |
gabrielschulhof commented Nov 21, 2018
@bghgary Oh, NM 🙂 I just saw that you'd add the comments too. Thanks! |
- Include algorithm header in js_native_api_v8.cc since std::min requires it. - Add comments to js_native_api_v8_internals.h for NAPI_VERSION
b94c62f to 6fff71cComparebghgary commented Nov 21, 2018
Updated commit, changed title, changed PR description. |
bghgary commented Nov 21, 2018
There is an error in the CI that I don't think is related to my changes. Can anyone take a look? |
bghgary commented Nov 21, 2018
It says "API rate limit exceeded for 35.224.112.202" |
refack commented Nov 21, 2018
That job only validates the format of the commit message. So errors there are non blocking. |
gabrielschulhof commented Nov 22, 2018
Landed in d1a55d3. |
- Include algorithm header in js_native_api_v8.cc since std::min requires it. - Add comments to js_native_api_v8_internals.h for NAPI_VERSION PR-URL: #24498 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
refack commented Nov 22, 2018
@bghgary 🎉 Congratulations on getting promoted by GitHub from |
bghgary commented Nov 22, 2018
Thanks! I have more changes coming. No worries on that. 😅 |
- Include algorithm header in js_native_api_v8.cc since std::min requires it. - Add comments to js_native_api_v8_internals.h for NAPI_VERSION PR-URL: #24498 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
- Include algorithm header in js_native_api_v8.cc since std::min requires it. - Add comments to js_native_api_v8_internals.h for NAPI_VERSION PR-URL: #24498 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
- Include algorithm header in js_native_api_v8.cc since std::min requires it. - Add comments to js_native_api_v8_internals.h for NAPI_VERSION PR-URL: nodejs#24498 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>


requires it.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesCC @gabrielschulhof and @mhdawson