Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uplib: remove some useless assignments #23199
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
events
net
readline
labels
Oct 1, 2018
addaleax
approved these changes
Oct 1, 2018
cjihrig
approved these changes
Oct 1, 2018
BridgeAR
approved these changes
Oct 1, 2018
mscdex
reviewed
Oct 1, 2018
| @@ -1081,10 +1081,6 @@ function afterConnect(status, handle, req, readable, writable) { | |||
| return; | |||
| } | |||
|
|
|||
| // Update handle if it was wrapped | |||
| // TODO(indutny): assert that the handle is actually an ancestor of old one | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
indutny
Oct 11, 2018
Member
I'm afraid I no longer remember what this was about. This comments is years old.
This comment has been minimized.
This comment has been minimized.
thefourtheye
Oct 11, 2018
Contributor
Perhaps this particular change alone can be done in a separate PR then?
This comment has been minimized.
This comment has been minimized.
addaleax
added
the
author ready
label
Oct 4, 2018
This comment has been minimized.
This comment has been minimized.
|
Re-run of failing node-test-commit-arm |
devsnek
removed
the
author ready
label
Oct 5, 2018
This comment has been minimized.
This comment has been minimized.
|
this can't land until @indutny confirms the removal of that line |
This comment has been minimized.
This comment has been minimized.
|
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
added a commit
to Trott/io.js
that referenced
this pull request
Dec 5, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in 366aaf5 |
Trott
closed this
Dec 5, 2018
BridgeAR
added a commit
that referenced
this pull request
Dec 6, 2018
BridgeAR
added a commit
that referenced
this pull request
Dec 7, 2018
BridgeAR
added a commit
that referenced
this pull request
Dec 7, 2018
This was referenced Dec 7, 2018
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
BethGriggs
added a commit
that referenced
this pull request
Feb 12, 2019
BethGriggs
added a commit
that referenced
this pull request
Feb 20, 2019
rvagg
added a commit
that referenced
this pull request
Feb 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
devsnek commentedOct 1, 2018
cc @indutny
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes