-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
sea: add option to disable the experimental SEA warning #47588
sea: add option to disable the experimental SEA warning #47588
Conversation
Review requested:
|
55d4642
to
c10ae9b
Compare
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. 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.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
RSLGTM for the idea
…a_warning Refs: nodejs#47588 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com>
ALSO SGTM for the idea. It honestly sounds fair. |
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>
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.
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, thanks
Landed in 2de10f5 |
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>
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
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
Blocked by #47125 |
Refs: nodejs/single-executable#60
Fixes: #47741