Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
n-api: take n-api out of experimental #19262
Conversation
nodejs-github-bot
added
C++
lib / src
labels
Mar 9, 2018
mhdawson
referenced this pull request
in nodejs/TSC
Mar 9, 2018
Closed
Bring N-API out of experimental #501
| - return; | ||
| - } | ||
| - } | ||
| + // N-API module this is ok |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
cjihrig
Mar 9, 2018
Contributor
I think it would be better to combine the mp->nm_version == -1 check with the one in the else if
cjihrig
Mar 9, 2018
Contributor
I think it would be better to combine the mp->nm_version == -1 check with the one in the else if
jasnell
added this to the 10.0.0 milestone
Mar 9, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
mhdawson
Mar 9, 2018
Owner
@cjihrig pushed commit to address your comment.
CI run: https://ci.nodejs.org/job/node-test-pull-request/13611/
|
@cjihrig pushed commit to address your comment. CI run: https://ci.nodejs.org/job/node-test-pull-request/13611/ |
mhdawson
added
the
author ready
label
Mar 9, 2018
richardlau
added
the
notable-change
label
Mar 10, 2018
| @@ -2,7 +2,7 @@ | ||
| <!--introduced_in=v7.10.0--> | ||
| -> Stability: 1 - Experimental | ||
| +> Stability: 2 - Stable |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
richardlau
Mar 10, 2018
Member
Do we track changes like this in the documentation with YAML metadata?
richardlau
Mar 10, 2018
Member
Do we track changes like this in the documentation with YAML metadata?
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mhdawson
added some commits
Mar 9, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment|
rebased, new ci |
|
Faiure on linux was known issue: #18657. Rest of CI is green so we are good to go, will land. |
mhdawson
added
the
semver-minor
label
Mar 14, 2018
|
land as cd7d7b1 |
mhdawson commentedMar 9, 2018
Take n-api out of experimental as per:
nodejs/TSC#501
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes