Skip to content

lib: remove some useless assignments - #23199

Closed
devsnek wants to merge 1 commit into
nodejs:masterfrom
devsnek:hp3
Closed

lib: remove some useless assignments#23199
devsnek wants to merge 1 commit into
nodejs:masterfrom
devsnek:hp3

Conversation

@devsnek

@devsnek devsnek commented Oct 1, 2018

Copy link
Copy Markdown
Member

cc @indutny

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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-github-bot added events Issues and PRs related to EventEmitter and the events module. net Issues and PRs related to the net subsystem. readline Issues and PRs related to the built-in readline module. labels Oct 1, 2018
Comment thread lib/net.js
}

// Update handle if it was wrapped
// TODO(indutny): assert that the handle is actually an ancestor of old one

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should this TODO be removed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

that's why I pinged @indutny

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.

I'm afraid I no longer remember what this was about. This comments is years old.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Perhaps this particular change alone can be done in a separate PR then?

@addaleax

addaleax commented Oct 4, 2018

Copy link
Copy Markdown
Member

@addaleax addaleax added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Oct 4, 2018
@danbev

danbev commented Oct 5, 2018

Copy link
Copy Markdown
Contributor

Re-run of failing node-test-commit-arm ✔️

@devsnek devsnek removed the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Oct 5, 2018
@devsnek

devsnek commented Oct 5, 2018

Copy link
Copy Markdown
Member Author

this can't land until @indutny confirms the removal of that line

@Trott

Trott commented Dec 5, 2018

Copy link
Copy Markdown
Member

Given that @indutny isn't sure what the line refers to, I think it's acceptable to remove it as no one else is likely to know either.

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 5, 2018
PR-URL: nodejs#23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@Trott

Trott commented Dec 5, 2018

Copy link
Copy Markdown
Member

Landed in 366aaf5

@Trott Trott closed this Dec 5, 2018
BridgeAR pushed a commit that referenced this pull request Dec 6, 2018
PR-URL: #23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR BridgeAR mentioned this pull request Dec 6, 2018
4 tasks
BridgeAR pushed a commit that referenced this pull request Dec 7, 2018
PR-URL: #23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR pushed a commit that referenced this pull request Dec 7, 2018
PR-URL: #23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
PR-URL: nodejs#23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BethGriggs pushed a commit that referenced this pull request Feb 12, 2019
PR-URL: #23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BethGriggs BethGriggs mentioned this pull request Feb 12, 2019
BethGriggs pushed a commit that referenced this pull request Feb 20, 2019
PR-URL: #23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
rvagg pushed a commit that referenced this pull request Feb 28, 2019
PR-URL: #23199
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

events Issues and PRs related to EventEmitter and the events module. net Issues and PRs related to the net subsystem. readline Issues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants