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

src: add typedef for CleanupHookCallback callback by danbev · Pull Request #36442 · nodejs/node · GitHub

/ node Public

src: add typedef for CleanupHookCallback callback - #36442

Closed
danbev wants to merge 2 commits into
nodejs:masterfrom
danbev:cleanuphook-callback-typedef
Closed

src: add typedef for CleanupHookCallback callback#36442
danbev wants to merge 2 commits into
nodejs:masterfrom
danbev:cleanuphook-callback-typedef

Conversation

danbev commented Dec 8, 2020

Copy link
Copy Markdown
Contributor

This commit adds a typedef for the callback parameter used in
CleanupHookCallback's constructor, AddCleanupHook, and
RemoveCleanupHook.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

This commit adds a typedef for the callback parameter used in
CleanupHookCallback's constructor, AddCleanupHook, and
RemoveCleanupHook.
nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Dec 8, 2020
Update AddCleanupHook and RemoveCleanupHook in env-inl.h.
Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 10, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 10, 2020

Copy link
Copy Markdown
Collaborator

danbev commented Dec 11, 2020

Copy link
Copy Markdown
Contributor Author

Re-run of failing node-test-commit-linux-containered ✔️

danbev commented Dec 11, 2020

Copy link
Copy Markdown
Contributor Author

Landed in f49cef5.

danbev closed this Dec 11, 2020
danbev added a commit that referenced this pull request Dec 11, 2020
This commit adds a typedef for the callback parameter used in
CleanupHookCallback's constructor, AddCleanupHook, and
RemoveCleanupHook.

PR-URL: #36442
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danbev deleted the cleanuphook-callback-typedef branch December 11, 2020 06:33
targos pushed a commit that referenced this pull request Dec 21, 2020
This commit adds a typedef for the callback parameter used in
CleanupHookCallback's constructor, AddCleanupHook, and
RemoveCleanupHook.

PR-URL: #36442
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request May 1, 2021
This commit adds a typedef for the callback parameter used in
CleanupHookCallback's constructor, AddCleanupHook, and
RemoveCleanupHook.

PR-URL: #36442
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams mentioned this pull request May 3, 2021
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++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL