Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upn-api: throw when entry point is null #20779
Conversation
nodejs-github-bot
added
C++
dont-land-on-v4.x
dont-land-on-v6.x
n-api
labels
May 16, 2018
gabrielschulhof
referenced this pull request
May 16, 2018
Closed
src: add addon entry point symbol cache #20759
cjihrig
approved these changes
May 16, 2018
addaleax
approved these changes
May 16, 2018
|
Would be nice to use |
gabrielschulhof
force-pushed the
gabrielschulhof:n-api-handle-null-init
branch
from
f33d2a1
to
99fa5a7
May 16, 2018
This comment has been minimized.
This comment has been minimized.
|
@addaleax I've changed the text of the error message to be exactly the same as the text for regular addons, i.e. "Module has no declared entry point." Can we replace both with a node_errors.h construction without the result being semver-major? |
This comment has been minimized.
This comment has been minimized.
gabrielschulhof
force-pushed the
gabrielschulhof:n-api-handle-null-init
branch
from
99fa5a7
to
a2097c7
May 23, 2018
This comment has been minimized.
This comment has been minimized.
|
Fixed lint. CI: https://ci.nodejs.org/job/node-test-pull-request/15068/ |
This comment has been minimized.
This comment has been minimized.
|
The CI failures are unrelated. |
This comment has been minimized.
This comment has been minimized.
|
Landed in 9a02de7. |
gabrielschulhof
closed this
May 24, 2018
gabrielschulhof
added a commit
that referenced
this pull request
May 24, 2018
gabrielschulhof
deleted the
gabrielschulhof:n-api-handle-null-init
branch
May 24, 2018
targos
added a commit
that referenced
this pull request
May 25, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
May 30, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
May 30, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
Jun 5, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
Jun 9, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
Jun 11, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
Jun 12, 2018
shisama
added a commit
to shisama/node
that referenced
this pull request
Jun 17, 2018
MylesBorins
added
the
backport-requested-v8.x
label
Jul 9, 2018
This comment has been minimized.
This comment has been minimized.
|
Should this be backported to |
gabrielschulhof
added a commit
to gabrielschulhof/node
that referenced
this pull request
Jul 10, 2018
gabrielschulhof
referenced this pull request
Jul 10, 2018
Closed
[v8.x-backport] n-api: throw when entry point is null #21732
gabrielschulhof
added a commit
to gabrielschulhof/node
that referenced
this pull request
Jul 14, 2018
MylesBorins
added a commit
that referenced
this pull request
Aug 1, 2018
MylesBorins
added
backported-to-v8.x
and removed
backport-requested-v8.x
labels
Aug 1, 2018
rvagg
added a commit
that referenced
this pull request
Aug 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
gabrielschulhof commentedMay 16, 2018
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes