sea: add option to disable the experimental SEA warning#47588
Merged
nodejs-github-bot merged 26 commits intonodejs:mainfrom May 4, 2023
Merged
Conversation
Collaborator
|
Review requested:
|
55d4642 to
c10ae9b
Compare
addaleax
reviewed
Apr 17, 2023
mhdawson
reviewed
Apr 18, 2023
mhdawson
approved these changes
Apr 18, 2023
Member
mhdawson
left a comment
There was a problem hiding this comment.
LGTM. I agree that for some of the additional use cases discussed disabling only the SEA warning versus all warnings makes sense.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
aymen94
approved these changes
Apr 19, 2023
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
39 tasks
joyeecheung
reviewed
Apr 24, 2023
RaisinTen
added a commit
to RaisinTen/node
that referenced
this pull request
Apr 25, 2023
…a_warning Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
Member
|
ALSO SGTM for the idea. It honestly sounds fair. |
joyeecheung
reviewed
Apr 25, 2023
RaisinTen
added a commit
to RaisinTen/node
that referenced
this pull request
Apr 26, 2023
Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this pull request
Apr 26, 2023
Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this pull request
Apr 26, 2023
Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
Node.js uses UTF-8 for almost all things as the default internally, and this method should not be an exception Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
It makes more sense to use a Maybe here because that conveys the meaning that it is unsafe to call into V8 if an exception is pending. Using std::optional does not make that obvious. Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
These became flaky on osx11-x64 Jenkins CI the moment we started running multiple single-executable tests in parallel, so it makes sense to run these sequentially for now. Signed-off-by: Darshan Sen <raisinten@gmail.com>
Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
Signed-off-by: Darshan Sen <raisinten@gmail.com>
This reverts commit 4bd6caf. Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
4d19a45 to
d6642b7
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Darshan Sen <raisinten@gmail.com>
Signed-off-by: Darshan Sen <raisinten@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
28 tasks
Collaborator
Collaborator
|
Landed in 2de10f5 |
22 tasks
targos
pushed a commit
that referenced
this pull request
May 12, 2023
Refs: nodejs/single-executable#60 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #47588 Fixes: #47741 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
targos
added a commit
that referenced
this pull request
May 15, 2023
Notable changes: doc: * add ovflowd to collaborators (Claudio Wunder) #47844 http: * (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #47732 sea: * (SEMVER-MINOR) add option to disable the experimental SEA warning (Darshan Sen) #47588 test_runner: * (SEMVER-MINOR) add `skip`, `todo`, and `only` shorthands to `test` (Chemi Atlow) #47909 url: * (SEMVER-MINOR) add value argument to `URLSearchParams` `has` and `delete` methods (Sankalp Shubham) #47885 PR-URL: #48020
targos
added a commit
that referenced
this pull request
May 16, 2023
Notable changes: doc: * add ovflowd to collaborators (Claudio Wunder) #47844 http: * (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #47732 sea: * (SEMVER-MINOR) add option to disable the experimental SEA warning (Darshan Sen) #47588 test_runner: * (SEMVER-MINOR) add `skip`, `todo`, and `only` shorthands to `test` (Chemi Atlow) #47909 url: * (SEMVER-MINOR) add value argument to `URLSearchParams` `has` and `delete` methods (Sankalp Shubham) #47885 PR-URL: #48020
Contributor
|
Blocked by #47125 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: nodejs/single-executable#60
Fixes: #47741