sea: add option to disable the experimental SEA warning by RaisinTen · Pull Request #47588 · nodejs/node
added
c++
labels
Apr 17, 2023
RaisinTen
added
author ready
labels
Apr 18, 2023bnb approved these changes Apr 24, 2023
RaisinTen
removed
the
author ready
label
Apr 25, 2023Node.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>
RaisinTen
deleted the
sea-add-option-to-disable-experimental-sea-warning
branch
targos pushed a commit that referenced this pull request
May 12, 2023Refs: 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
the
semver-minor
label
May 15, 2023targos added a commit that referenced this pull request
May 15, 2023Notable 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, 2023Notable 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
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