Skip to content

test: changed equality comparison to identity operator - #12405

Closed
fcampinho wants to merge 1 commit into
nodejs:masterfrom
fcampinho:teste-crypt-coperator
Closed

test: changed equality comparison to identity operator#12405
fcampinho wants to merge 1 commit into
nodejs:masterfrom
fcampinho:teste-crypt-coperator

Conversation

@fcampinho

@fcampinhofcampinho commented Apr 13, 2017

Copy link
Copy Markdown
Contributor

test: changed equality comparison to identity operator

Changed the equality comparison from == to identity operator ===

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Apr 13, 2017
@mscdexmscdex added the crypto Issues and PRs related to the crypto subsystem. label Apr 13, 2017
@vsemozhetbyt

Copy link
Copy Markdown
Contributor

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is green

@Trott

Copy link
Copy Markdown
Member

Minor nit for whoever lands this (or if @fcampinho wants to fix it up and force push, that's cool too): First word of the commit message should be an imperative verb, so changed should be change.

@Trott

Copy link
Copy Markdown
Member

Minor nit part 2: The first line should be 50 chars max so maybe test: change == to === in crypto test or something like that

Changed the equality comparison from == to identity operator ===
@fcampinho

fcampinho commented Apr 13, 2017

Copy link
Copy Markdown
ContributorAuthor

Sorry @Trott , first commit, I executed a git push --force

Trott pushed a commit to Trott/io.js that referenced this pull request Apr 16, 2017
Changed the equality comparison from == to identity operator ===
PR-URL: nodejs#12405
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@Trott

Copy link
Copy Markdown
Member

Landed in 7044065

@TrottTrott closed this Apr 16, 2017
@Trott

Copy link
Copy Markdown
Member

Thanks for the contribution! 🎉

@gibfahn

Copy link
Copy Markdown
Member

Should land after #11705

MylesBorins pushed a commit that referenced this pull request Oct 16, 2017
Changed the equality comparison from == to identity operator ===
PR-URL: #12405
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Oct 17, 2017
MylesBorins pushed a commit that referenced this pull request Oct 25, 2017
Changed the equality comparison from == to identity operator ===
PR-URL: #12405
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Nov 3, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cryptoIssues and PRs related to the crypto subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@fcampinho@vsemozhetbyt@Trott@gibfahn@jasnell@addaleax@benjamingr@cjihrig@aqrln@mscdex@MylesBorins@nodejs-github-bot