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

cluster: restructure to same prototype for cluster child by yashLadha · Pull Request #36610 · nodejs/node · GitHub

/ node Public

cluster: restructure to same prototype for cluster child - #36610

Closed
yashLadha wants to merge 1 commit into
nodejs:masterfrom
yashLadha:fix_generic_handling
Closed

cluster: restructure to same prototype for cluster child#36610
yashLadha wants to merge 1 commit into
nodejs:masterfrom
yashLadha:fix_generic_handling

Conversation

yashLadha commented Dec 23, 2020
edited
Loading

Copy link
Copy Markdown
Contributor

Since rr and shared both belongs to the same prototype declaration
and differes only in the handler declaration, this can be abstracted to
a same type of function arguments passing. Motivation behind this is they are
just extended handlers performing the same basic task so the layout (function structure)
should be consistent.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

nodejs-github-bot added the cluster Issues and PRs related to the cluster subsystem. label Dec 23, 2020

Copy link
Copy Markdown
Collaborator

aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 19, 2021

aduh95 commented Feb 22, 2021

Copy link
Copy Markdown
Contributor

This needs a rebase.

aduh95 removed the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 22, 2021
yashLadha force-pushed the fix_generic_handling branch 2 times, most recently from 87cdb48 to 1fac05e Compare February 26, 2021 01:15
Since `rr` and `shared` both belongs to the same prototype declaration
and differes only in the handler declaration, this can be abstracted to
a same type of function arguments passing.
yashLadha force-pushed the fix_generic_handling branch from 1fac05e to b122e83 Compare February 26, 2021 01:19
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 26, 2021

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

jasnell commented Mar 5, 2021

Copy link
Copy Markdown
Member

Landed in c199989

jasnell closed this Mar 5, 2021
jasnell pushed a commit that referenced this pull request Mar 5, 2021
Since `rr` and `shared` both belongs to the same prototype declaration
and differes only in the handler declaration, this can be abstracted to
a same type of function arguments passing.

PR-URL: #36610
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Mar 16, 2021
Since `rr` and `shared` both belongs to the same prototype declaration
and differes only in the handler declaration, this can be abstracted to
a same type of function arguments passing.

PR-URL: #36610
Reviewed-By: James M Snell <jasnell@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 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 outstanding review comments, and a CI started. cluster Issues and PRs related to the cluster subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL