Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
src: Reset error struct if error code is napi_ok#40552
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
RaisinTen 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.
LGTM. @mhdawson could you take a look at this too?
61c473e to 2bdcfd5Compare
mhdawson 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.
LGTM
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot commented Oct 26, 2021
nodejs-github-bot commented Oct 26, 2021
nodejs-github-bot commented Oct 26, 2021
nodejs-github-bot commented Oct 29, 2021
nodejs-github-bot commented Nov 3, 2021
2bdcfd5 to ad97f6eCompareJckXia commented Nov 15, 2021
@mhdawson It looks like the CI has passed after a rebase. |
nodejs-github-bot commented Nov 15, 2021
mhdawson commented Nov 15, 2021
@JckXia I needed to kick off a CI, the passing checks are the ones done through actions. A commend with the new CI should be added to the issue soon and lets keep our fingers crossed that it passes this time. |
JckXia commented Nov 16, 2021
@mhdawson Hmm it looks like the CI failed again. Will do more digging. |
nodejs-github-bot commented Nov 16, 2021
nodejs-github-bot commented Nov 17, 2021
mhdawson commented Nov 17, 2021
@JckXia I think it's still CI flakyness based on the failures, not your PR. I've resumed once more and hopefully we'll get to green. |
JckXia commented Nov 17, 2021
Thank you @mhdawson! |
mhdawson commented Nov 17, 2021
It's greeeeen :) |
mhdawson commented Nov 17, 2021
Landed in 86e976f |
PR-URL: #40552 Refs: nodejs/node-addon-api#1089 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
mhdawson commented Nov 17, 2021
@JckXia thanks for your patience and work on this one:) |
JckXia commented Nov 17, 2021
@mhdawson Thank you so much! :) |
PR-URL: #40552 Refs: nodejs/node-addon-api#1089 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #40552 Refs: nodejs/node-addon-api#1089 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #40552 Refs: nodejs/node-addon-api#1089 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
Resetting
last_errorstruct inside the env instance if the error code isnapi_okto make sure that the error code is consistent with any other meta data inside the struct.ref: nodejs/node-addon-api#1089