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

lib: move Pipe/TCPConnectWrap to obj destructuring #19611

Closed

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Mar 26, 2018

This commit moves PipeConnectWrap and TCPConnectWrap into the object
destructuring assigments that already exist for pipe_wrap and tcp_wrap.

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

@nodejs-github-bot nodejs-github-bot added the net Issues and PRs related to the net subsystem. label Mar 26, 2018
@danbev
Copy link
Contributor Author

danbev commented Mar 26, 2018

@lpinca
Copy link
Member

lpinca commented Mar 27, 2018

It needs to be rebased.

This commit moves PipeConnectWrap and TCPConnectWrap into the object
destructuring assigments that already exist for pipe_wrap and tcp_wrap.
@danbev danbev force-pushed the lib_net_destructuring_assignment branch from a792757 to 6ad4259 Compare March 28, 2018 03:59
@trivikr
Copy link
Member

trivikr commented Mar 28, 2018

@danbev
Copy link
Contributor Author

danbev commented Mar 29, 2018

Landed in e88cd88.

@danbev danbev closed this Mar 29, 2018
@danbev danbev deleted the lib_net_destructuring_assignment branch March 29, 2018 05:39
danbev added a commit that referenced this pull request Mar 29, 2018
This commit moves PipeConnectWrap and TCPConnectWrap into the object
destructuring assigments that already exist for pipe_wrap and tcp_wrap.

PR-URL: #19611
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
net Issues and PRs related to the net subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants