Skip to content

Conversation

@codeVana
Copy link
Contributor

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

test

Description of change

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
@mscdexmscdex added domain Issues and PRs related to the domain subsystem. os Issues and PRs related to the os subsystem. labels Dec 1, 2016
@mscdex
Copy link
Contributor

Please follow the commit message guidelines here.

@imyllerimyller added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 1, 2016
@codeVanacodeVana changed the title Codevana1Using assert.strictEqual instead of equalDec 1, 2016
Copy link
Member

@jasnelljasnell left a comment

Choose a reason for hiding this comment

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

Code changes LGTM. Commits need to be squashed and formatted to meet commit guidelines.

Copy link
Contributor

Choose a reason for hiding this comment

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

No need for the indent here, or the space before the comma.

@Trott
Copy link
Member

Ping @codeVana: Are you able to make the small change requested by @cjihrig above?

@Trott
Copy link
Member

Hmmm...actually, it might not even be needed once the merge conflict is done. Let me do that first and see if there's still an issue...

@Trott
Copy link
Member

@cjihrig With the rebase against master, the issue you commented on is now gone. In fact, the change set for this PR is now down to just two lines. Can you confirm that it looks OK to you and update your code review appropriately?

Copy link
Member

@TrottTrott left a comment

Choose a reason for hiding this comment

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

LGTM if CI is ✅

@Trott
Copy link
Member

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 22, 2016
Use assert.strictEqual instead of assert.equal. PR-URL: nodejs#9950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@Trott
Copy link
Member

Landed in dd98649.
Thanks for the contribution! 🎉

@TrottTrott closed this Dec 22, 2016
targos pushed a commit that referenced this pull request Dec 26, 2016
Use assert.strictEqual instead of assert.equal. PR-URL: #9950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
targos pushed a commit that referenced this pull request Dec 26, 2016
Use assert.strictEqual instead of assert.equal. PR-URL: #9950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Dec 27, 2016
@MylesBorinsMylesBorins mentioned this pull request Dec 27, 2016
@evanlucasevanlucas mentioned this pull request Jan 3, 2017
evanlucas pushed a commit that referenced this pull request Jan 3, 2017
Use assert.strictEqual instead of assert.equal. PR-URL: #9950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
evanlucas pushed a commit that referenced this pull request Jan 4, 2017
Use assert.strictEqual instead of assert.equal. PR-URL: #9950 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.domainIssues and PRs related to the domain subsystem.osIssues and PRs related to the os subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@codeVana@mscdex@Trott@jasnell@cjihrig@italoacasas@imyller@targos@nodejs-github-bot