Skip to content

Conversation

@Trott
Copy link
Member

lib/net.js contained four variables that were redeclared with var in
the same scope. This change refactors those redeclarations so they are
scoped properly.

`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly.
@TrottTrott added net Issues and PRs related to the net subsystem. lts-watch-v4.x labels Jan 30, 2016
@mscdex
Copy link
Contributor

LGTM

@Trott
Copy link
MemberAuthor

@r-52
Copy link
Contributor

r-52 commented Jan 30, 2016

LGTM

1 similar comment
@jasnell
Copy link
Member

LGTM

jasnell pushed a commit that referenced this pull request Feb 1, 2016
`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly. PR-URL: #4963 Reviewed-By: Brian White <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed in 2605126

@jasnelljasnell closed this Feb 1, 2016
rvagg pushed a commit that referenced this pull request Feb 8, 2016
`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly. PR-URL: #4963 Reviewed-By: Brian White <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 17, 2016
`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly. PR-URL: #4963 Reviewed-By: Brian White <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly. PR-URL: #4963 Reviewed-By: Brian White <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly. PR-URL: #4963 Reviewed-By: Brian White <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: James M Snell <[email protected]>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
`lib/net.js` contained four variables that were redeclared with `var` in the same scope. This change refactors those redeclarations so they are scoped properly. PR-URL: nodejs#4963 Reviewed-By: Brian White <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: James M Snell <[email protected]>
@TrottTrott deleted the net-no-redeclare branch January 13, 2022 22:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@mscdex@r-52@jasnell@MylesBorins