Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: change equals comparison operator to be strict #8190

Closed

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
@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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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