Skip to content

Conversation

@JungMinu
Copy link
Member

Constant declaration for net is omitted in idle_server.js
Add a constant declaration for constant net

@JungMinuJungMinu changed the title benchmark: add a constant type for net constantbenchmark: add a constant type for constant netNov 21, 2015
@JungMinuJungMinu changed the title benchmark: add a constant type for constant netbenchmark: add a constant type for netNov 21, 2015
@JungMinuJungMinu changed the title benchmark: add a constant type for netbenchmark: add a constant declaration for netNov 21, 2015
@tflanagan
Copy link
Contributor

Could you fix the connections and server declarations too?

@targos
Copy link
Member

Can you add a 'use strict'; statement at the first line ?
It should help to fix this.

@JungMinu
Copy link
MemberAuthor

@tflanagan@targos Sure, will do :)

Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` benchmark: add constant declarations for `net`
@JungMinu
Copy link
MemberAuthor

finished and rebased, Thanks :)

@JungMinuJungMinu changed the title benchmark: add a constant declaration for netbenchmark: add constant declarations for netNov 21, 2015
@r-52r-52 added the benchmark Issues and PRs related to the benchmark subsystem. label Nov 21, 2015
@mscdexmscdex added the net Issues and PRs related to the net subsystem. label Nov 21, 2015
@silverwind
Copy link
Contributor

LGTM if you still want to land this. We should eventually include benchmark in ESLint.

@jasnell
Copy link
Member

LGTM

JungMinu added a commit that referenced this pull request Jan 29, 2016
Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` PR-URL: #3950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
@JungMinu
Copy link
MemberAuthor

Thanks, landed in 4126441

@JungMinuJungMinu deleted the patch-22 branch January 29, 2016 16:29
rvagg pushed a commit that referenced this pull request Feb 8, 2016
Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` PR-URL: #3950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 17, 2016
Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` PR-URL: #3950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` PR-URL: #3950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` PR-URL: #3950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
Constant declaration for `net` is omitted in `idle_server.js` Add a constant declaration for constant `net` PR-URL: nodejs#3950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarkIssues and PRs related to the benchmark subsystem.netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@JungMinu@tflanagan@targos@silverwind@jasnell@mscdex@MylesBorins@r-52