Uh oh!
There was an error while loading. Please reload this page.
deps: V8: cherry-pick b60a03df4ceb - #49491
Merged
Merged
Conversation
nodejs-github-bot
commented
Sep 4, 2023
Collaborator
Review requested:
|
joyeecheung
commented
Sep 4, 2023
MemberAuthor
This can't land on v20.x for now because it can break the ABI - we could consider an exception if we think that the series of memory issues caused by the module/scripts should be fixed in the LTS given their impact. But before that we should wait until #48510 lands and gets released and tested in the wild to see if this is really necessary for 20.x. |
nodejs-github-bot
commented
Sep 8, 2023
Collaborator
nodejs-github-bot
commented
Sep 8, 2023
Collaborator
nodejs-github-bot
commented
Sep 8, 2023
Collaborator
nodejs-github-bot
commented
Sep 8, 2023
Collaborator
nodejs-github-bot
commented
Sep 8, 2023
Collaborator
anonrig
approved these changes
Sep 10, 2023
aymen94
approved these changes
Sep 11, 2023
nodejs-github-bot
commented
Sep 11, 2023
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/49491 ✔ Done loading data for nodejs/node/pull/49491 ----------------------------------- PR info ------------------------------------ Title deps: V8: cherry-pick b60a03df4ceb (#49491) Author Joyee Cheung (@joyeecheung) Branch joyeecheung:backport-script -> nodejs:main Labels build, v8 engine, needs-ci, dont-land-on-v20.x Commits 1 - deps: V8: cherry-pick b60a03df4ceb Committers 1 - Joyee Cheung PR-URL: https://github.com/nodejs/node/pull/49491 Refs: https://github.com/v8/v8/commit/b60a03df4cebafb4c92ee644d11617ad73889e5e Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/49491 Refs: https://github.com/v8/v8/commit/b60a03df4cebafb4c92ee644d11617ad73889e5e Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 04 Sep 2023 21:11:57 GMT ✔ Approvals: 1 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/49491#pullrequestreview-1618824001 ✘ This PR needs to wait 9 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-09-08T11:06:13Z: https://ci.nodejs.org/job/node-test-pull-request/53814/ - Querying data for job/node-test-pull-request/53814/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6145737064 |
joyeecheung
commented
Sep 11, 2023
Uh oh!
There was an error while loading. Please reload this page.
joyeecheungforce-pushed
the
backport-script
branch
from
September 11, 2023 11:40
1e8b945 to
1e3f814CompareOriginal commit message: [api] mark v8::Script and v8::UnboundScript as v8::Data v8::UnboundModuleScript and v8::Module are already v8::Data. Mark v8::Script and v8::UnboundScript as v8::Data so that they can be used in other V8 APIs that takes v8::Data. Refs: nodejs#48510 Bug: v8:14120 Change-Id: I2dd5648528c1b0030292872441758d4fb2cfcc1c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4827307 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Commit-Queue: Joyee Cheung <joyee@igalia.com> Cr-Commit-Position: refs/heads/main@{#89727} Refs: v8/v8@b60a03d
joyeecheungforce-pushed
the
backport-script
branch
from
September 11, 2023 11:44
134e75a to
f4bc4f2Comparenodejs-github-bot
commented
Sep 11, 2023
Collaborator
nodejs-github-bot
commented
Sep 11, 2023
Collaborator
nodejs-github-bot
commented
Sep 11, 2023
Collaborator
Linkgoron
approved these changes
Sep 11, 2023
nodejs-github-bot
commented
Sep 12, 2023
Collaborator
Landed in 668437c |
joyeecheung added a commit
to joyeecheung/node
that referenced
this pull request
Sep 26, 2023
Original commit message: [api] mark v8::Script and v8::UnboundScript as v8::Data v8::UnboundModuleScript and v8::Module are already v8::Data. Mark v8::Script and v8::UnboundScript as v8::Data so that they can be used in other V8 APIs that takes v8::Data. Refs: nodejs#48510 Bug: v8:14120 Change-Id: I2dd5648528c1b0030292872441758d4fb2cfcc1c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4827307 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Commit-Queue: Joyee Cheung <joyee@igalia.com> Cr-Commit-Position: refs/heads/main@{#89727} Refs: v8/v8@b60a03d PR-URL: nodejs#49491 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
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 freeto 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.
Original commit message:
Refs: v8/v8@b60a03d