-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
[v10.x-backport] n-api: mark thread-safe function as stable #25633
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
[v10.x-backport] n-api: mark thread-safe function as stable #25633
Conversation
fe2664a to 96a21ea Compare
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
96a21ea to 23a9bda Compare 23a9bda to 3a265b0 Compare | Whoops! New CI: https://ci.nodejs.org/job/node-test-pull-request/20334/ |
| Another resume: https://ci.nodejs.org/job/node-test-pull-request/20343/ |
| ...and another resume: https://ci.nodejs.org/job/node-test-pull-request/20367/ |
| OK, so it looks like we dropped support for FreeBSD 10, but if I am to backport this to to v10.x, I need it to build on FreeBSD 10. Right now it looks like it's failing for an unrelated reason, but I suspect it's part of the reason why we dropped support for FreeBSD 10. |
| I ran a job against acf7e7d which is already on v10.x-staging and it also fails the same way: https://ci.nodejs.org/job/node-test-commit-freebsd/23660/ |
| Now running a job against the commit previous to acf7e7d: https://ci.nodejs.org/job/node-test-commit-freebsd/23677/ |
c1ee936 to c6cffad Compare c6cffad to bdab2e9 Compare 3a265b0 to 5380f48 Compare 5380f48 to 9ced725 Compare 2d6e145 to 7840f71 Compare Fixes: nodejs#24249 PR-URL: nodejs#25556 Backport-PR-URL: nodejs#25633 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
9ced725 to cff27fe Compare | New CI after rebase: https://ci.nodejs.org/job/node-test-pull-request/20419 (pending as of this writing) |
| Resumed as https://ci.nodejs.org/job/node-test-pull-request/20421 (also pending) because the previous one did not seem to run. |
| Trying again with https://ci.nodejs.org/job/node-test-pull-request/20424. |
| Resumed as: https://ci.nodejs.org/job/node-test-pull-request/20438/ ✔️ |
13f9356 to 5711238 Compare Fixes: nodejs#24249 PR-URL: nodejs#25556 Backport-PR-URL: nodejs#25633 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
| Landed in 48a5241 |
The N-API version was bumped to 4 for Node.js 10 in nodejs#25633 Refs: nodejs#25633
Fixes: #24249
PR-URL: #25556
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes