Skip to content

Conversation

@thecoolestguy
Copy link
Contributor

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

The 'equals' comparison operator was '==' instead of the more strict '===', so it has been changed to be more strict.

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 19, 2016
@Trott
Copy link
Member

Trott commented Aug 19, 2016

Nit: Can you shorten the first line of the commit message so that it is 50 chars or less?

@Trott Trott added the timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout. label Aug 19, 2016
@thecoolestguy thecoolestguy force-pushed the comparison_operator_cleanup branch 2 times, most recently from c490cbf to f78f1b5 Compare August 19, 2016 21:38
The 'equals' comparison operator was '==' instead of the more strict '===', so it has been changed to be more strict
@thecoolestguy thecoolestguy force-pushed the comparison_operator_cleanup branch from f78f1b5 to 45d1612 Compare August 19, 2016 21:40
@Trott
Copy link
Member

Trott commented Aug 19, 2016

LGTM if CI is green.

CI: https://ci.nodejs.org/job/node-test-pull-request/3759/

@cjihrig
Copy link
Contributor

cjihrig commented Aug 19, 2016

LGTM

1 similar comment
@jasnell
Copy link
Member

jasnell commented Aug 19, 2016

LGTM

jasnell pushed a commit that referenced this pull request Aug 22, 2016
The 'equals' comparison operator was '==' instead of the
more strict '===', so it has been changed to be more strict

PR-URL: #8190
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

jasnell commented Aug 22, 2016

Landed in d904163. Thank you!

@jasnell jasnell closed this Aug 22, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
The 'equals' comparison operator was '==' instead of the
more strict '===', so it has been changed to be more strict

PR-URL: #8190
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants