Skip to content
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

src: remove calls to recently deprecated V8 APIs #52996

Closed
wants to merge 1 commit into from

Conversation

targos
Copy link
Member

@targos targos commented May 15, 2024

Closes: #52991

@targos targos added dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. labels May 15, 2024
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem. labels May 15, 2024
@targos targos added the commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. label May 15, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@legendecas legendecas added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 17, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 17, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/52996
✔  Done loading data for nodejs/node/pull/52996
----------------------------------- PR info ------------------------------------
Title      src: remove calls to recently deprecated V8 APIs (#52996)
Author     Michaël Zasso  (@targos)
Branch     targos:v8-deprecated-script-origin -> nodejs:main
Labels     c++, vm, author ready, needs-ci, commit-queue-rebase, dont-land-on-v18.x, dont-land-on-v20.x
Commits    1
 - src: remove calls to recently deprecated V8 APIs
Committers 1
 - Michaël Zasso 
PR-URL: https://github.com/nodejs/node/pull/52996
Fixes: https://github.com/nodejs/node/issues/52991
Reviewed-By: Chengzhong Wu 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/52996
Fixes: https://github.com/nodejs/node/issues/52991
Reviewed-By: Chengzhong Wu 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 15 May 2024 07:17:06 GMT
   ✔  Approvals: 1
   ✔  - Chengzhong Wu (@legendecas) (TSC): https://github.com/nodejs/node/pull/52996#pullrequestreview-2062902091
   ✘  This PR needs to wait 115 more hours to land (or 0 hours if there is one more approval)
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2024-05-16T00:22:45Z: https://ci.nodejs.org/job/node-test-pull-request/59234/
- Querying data for job/node-test-pull-request/59234/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/9127373069

@nodejs-github-bot nodejs-github-bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label May 17, 2024
@legendecas legendecas removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label May 17, 2024
@targos
Copy link
Member Author

targos commented May 18, 2024

@nodejs/cpp-reviewers

@targos targos added the commit-queue Add this label to land a pull request using GitHub Actions. label May 19, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 19, 2024
@nodejs-github-bot
Copy link
Collaborator

Landed in a619789...a6d54f1

nodejs-github-bot pushed a commit that referenced this pull request May 19, 2024
Closes: #52991
PR-URL: #52996
Fixes: #52991
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
@targos targos deleted the v8-deprecated-script-origin branch May 19, 2024 09:39
targos pushed a commit that referenced this pull request May 21, 2024
Closes: #52991
PR-URL: #52996
Fixes: #52991
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
clavin added a commit to electron/electron that referenced this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove calls to APIs deprecated in V8 12.6
6 participants