FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: changed equality comparison to identity operator by fcampinho · Pull Request #12405 · nodejs/node · GitHub

/ node Public

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 commented Apr 13, 2017
edited
Loading

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-bot added the test Issues and PRs related to the tests. label Apr 13, 2017
mscdex added the crypto Issues and PRs related to the crypto subsystem. label Apr 13, 2017

Copy link
Copy Markdown
Contributor

Trott 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if CI is green

Trott commented Apr 13, 2017

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 commented Apr 13, 2017

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 commented Apr 13, 2017
edited
Loading

Copy link
Copy Markdown
Contributor Author

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 commented Apr 16, 2017

Copy link
Copy Markdown
Member

Landed in 7044065

Trott closed this Apr 16, 2017

Trott commented Apr 16, 2017

Copy link
Copy Markdown
Member

Thanks for the contribution! 🎉

gibfahn commented Jun 18, 2017

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>
MylesBorins 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>
MylesBorins mentioned this pull request Nov 3, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crypto Issues and PRs related to the crypto subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.


Back | FazBrowse Home | New Git URL