FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: per-realm binding data by legendecas · Pull Request #46556 · nodejs/node · GitHub

/ node Public

src: per-realm binding data - #46556

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:binding-data
Feb 21, 2023
Merged

src: per-realm binding data#46556
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:binding-data

Conversation

Copy link
Copy Markdown
Member

Binding data is inherited from BaseObject and created in a specific
realm. They need to be tracked on a per-realm basis so that they can
be released properly when a realm is disposed.

legendecas added the realm Issues and PRs related to the ShadowRealm API and node::Realm label Feb 8, 2023

nodejs-github-bot commented Feb 8, 2023
edited by legendecas
Loading

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/http2
  • @nodejs/net
  • @nodejs/startup
  • @nodejs/realm

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Feb 8, 2023

joyeecheung left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

RSLGTM

legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 8, 2023
github-actions Bot added request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Feb 8, 2023

github-actions Bot commented Feb 8, 2023

Copy link
Copy Markdown
Contributor
Failed to start CI
- Validating Jenkins credentials
✖  Jenkins credentials invalid
https://github.com/nodejs/node/actions/runs/4123606552

Copy link
Copy Markdown
Member

CI is under security embargo until at least 14 Feb.

Copy link
Copy Markdown
Member Author

Yeah, let's wait for the security releases first.

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Feb 12, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 16, 2023

Copy link
Copy Markdown
Collaborator

legendecas removed the request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. label Feb 17, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

Rebased on the tip of the main branch.

legendecas added request-ci Add this label to start a Jenkins CI on a PR. and removed author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Feb 20, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 20, 2023

Copy link
Copy Markdown
Collaborator

Binding data is inherited from BaseObject and created in a specific
realm. They need to be tracked on a per-realm basis so that they can
be released properly when a realm is disposed.
legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 21, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 21, 2023

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

Copy link
Copy Markdown
Collaborator

mcollina added commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Feb 21, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 21, 2023
nodejs-github-bot merged commit ca07aba into nodejs:main Feb 21, 2023

Copy link
Copy Markdown
Collaborator

Landed in ca07aba

Copy link
Copy Markdown
Member

Could you please backport this into v18.x?

targos pushed a commit that referenced this pull request Mar 13, 2023
Binding data is inherited from BaseObject and created in a specific
realm. They need to be tracked on a per-realm basis so that they can
be released properly when a realm is disposed.

PR-URL: #46556
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
legendecas added a commit to legendecas/node that referenced this pull request May 18, 2023
Binding data is inherited from BaseObject and created in a specific
realm. They need to be tracked on a per-realm basis so that they can
be released properly when a realm is disposed.

PR-URL: nodejs#46556
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
# Conflicts:
#	src/dataqueue/queue.cc
danielleadams pushed a commit that referenced this pull request May 29, 2023
Binding data is inherited from BaseObject and created in a specific
realm. They need to be tracked on a per-realm basis so that they can
be released properly when a realm is disposed.

PR-URL: #46556
Backport-PR-URL: #47174
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
# Conflicts:
#	src/dataqueue/queue.cc
aduh95 pushed a commit to aduh95/node that referenced this pull request Feb 18, 2025
Binding data is inherited from BaseObject and created in a specific
realm. They need to be tracked on a per-realm basis so that they can
be released properly when a realm is disposed.

PR-URL: nodejs#46556
Backport-PR-URL: nodejs#47174
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
# Conflicts:
#	src/dataqueue/queue.cc
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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. realm Issues and PRs related to the ShadowRealm API and node::Realm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL