Uh oh!
There was an error while loading. Please reload this page.
sea: add option to disable the experimental SEA warning - #47588
Conversation
nodejs-github-bot
commented
Apr 17, 2023
Review requested:
|
55d4642 to
c10ae9bCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Uh oh!
There was an error while loading. Please reload this page.
ovflowd
commented
Apr 25, 2023
ALSO SGTM for the idea. It honestly sounds fair. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 4bd6caf9f83ef82425a588f5ed5772448b3c3b06. 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
d6642b7Compare
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.
nodejs-github-bot
commented
May 4, 2023
nodejs-github-bot
commented
May 4, 2023
Landed in 2de10f5 |
Refs: nodejs/single-executable#60 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #47588Fixes: #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
danielleadams
commented
Jul 3, 2023
Blocked by #47125 |
Refs: nodejs/single-executable#60
Fixes: #47741