-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
node-api: add warning for NAPI_EXPERIMENTAL #58280
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
Conversation
Review requested:
|
41d7c3d
to
2de000c
Compare
f625b66
to
cb7631b
Compare
72bb4bf
to
53218d2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58280 +/- ##
==========================================
- Coverage 90.22% 90.16% -0.07%
==========================================
Files 635 636 +1
Lines 187513 187891 +378
Branches 36840 36881 +41
==========================================
+ Hits 169176 169404 +228
- Misses 11106 11232 +126
- Partials 7231 7255 +24 🚀 New features to boost your workflow:
|
53218d2
to
3919187
Compare
3919187
to
3422b62
Compare
CI failed on windows:
|
a462915
to
e8718f9
Compare
e8718f9
to
5961ebf
Compare
Thanks, I think now we'll solve for this case as well |
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
Commit Queue failed- Loading data for nodejs/node/pull/58280 ✔ Done loading data for nodejs/node/pull/58280 ----------------------------------- PR info ------------------------------------ Title node-api: add warning for NAPI_EXPERIMENTAL (#58280) Author Miguel Marcondes Filho <miguelmarcondesfilho@gmail.com> (@miguelmarcondesf) Branch miguelmarcondesf:napi-461 -> nodejs:main Labels c++, semver-major, node-api Commits 2 - node-api: add warning for NAPI_EXPERIMENTAL - node-api: add platform-specific warning Committers 1 - Miguel Marcondes <miguelmarcondesfilho@gmail.com> PR-URL: https://github.com/nodejs/node/pull/58280 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/58280 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 11 May 2025 16:41:45 GMT ✔ Approvals: 5 ✔ - Chengzhong Wu (@legendecas) (TSC): https://github.com/nodejs/node/pull/58280#pullrequestreview-2906296417 ✔ - Edy Silva (@geeksilva97): https://github.com/nodejs/node/pull/58280#pullrequestreview-2910681798 ✔ - Stefan Stojanovic (@StefanStojanovic): https://github.com/nodejs/node/pull/58280#pullrequestreview-2913137912 ✔ - Michael Dawson (@mhdawson) (TSC): https://github.com/nodejs/node/pull/58280#pullrequestreview-2925230253 ✔ - Vladimir Morozov (@vmoroz): https://github.com/nodejs/node/pull/58280#pullrequestreview-2925232473 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-06-09T21:14:42Z: https://ci.nodejs.org/job/node-test-pull-request/67369/ - Querying data for job/node-test-pull-request/67369/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 58280 From https://github.com/nodejs/node * branch refs/pull/58280/merge -> FETCH_HEAD ✔ Fetched commits as 3ac0e28a7f19..5961ebfad9e9 -------------------------------------------------------------------------------- [main c882c79ba6] node-api: add warning for NAPI_EXPERIMENTAL Author: Miguel Marcondes <miguelmarcondesfilho@gmail.com> Date: Sun May 11 13:41:02 2025 -0300 1 file changed, 6 insertions(+) [main 09338c6b1d] node-api: add platform-specific warning Author: Miguel Marcondes <miguelmarcondesfilho@gmail.com> Date: Mon Jun 9 11:35:01 2025 -0300 1 file changed, 7 insertions(+), 1 deletion(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- node-api: add warning for NAPI_EXPERIMENTALhttps://github.com/nodejs/node/actions/runs/15638257237 |
Landed in 5fe7800 |
nodejs/abi-stable-node#461