Skip to content

Conversation

@cjihrig
Copy link
Contributor

This commit removes self = this style assignments from dgram.

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

dgram

@nodejs-github-botnodejs-github-bot added the dgram Issues and PRs related to the dgram subsystem / UDP. label Feb 8, 2017
@cjihrig
Copy link
ContributorAuthor

This commit removes self = this style assignments from dgram. PR-URL: nodejs#11243 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
@cjihrigcjihrig merged commit b594b3b into nodejs:masterFeb 10, 2017
@cjihrigcjihrig deleted the no-self branch February 10, 2017 17:41
italoacasas pushed a commit that referenced this pull request Feb 13, 2017
This commit removes self = this style assignments from dgram. PR-URL: #11243 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Feb 14, 2017
This commit removes self = this style assignments from dgram. PR-URL: nodejs#11243 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
krydos pushed a commit to krydos/node that referenced this pull request Feb 25, 2017
This commit removes self = this style assignments from dgram. PR-URL: nodejs#11243 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
jasnell pushed a commit that referenced this pull request Mar 8, 2017
This commit removes self = this style assignments from dgram. PR-URL: #11243 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed on v6. Needs a backport if it should land on v4

MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
This commit removes self = this style assignments from dgram. PR-URL: #11243 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Mar 9, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgramIssues and PRs related to the dgram subsystem / UDP.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@cjihrig@jasnell@targos@nodejs-github-bot