Skip to content

test:changed equal to strictEqual in test-child-fork-exec-path.js - #9982

Closed
hirabhullar wants to merge 2 commits into
nodejs:masterfrom
hirabhullar:my-branch
Closed

test:changed equal to strictEqual in test-child-fork-exec-path.js#9982
hirabhullar wants to merge 2 commits into
nodejs:masterfrom
hirabhullar:my-branch

Conversation

@hirabhullar

@hirabhullarhirabhullar commented Dec 1, 2016

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
@mscdexmscdex added the child_process Issues and PRs related to the child_process subsystem. label Dec 1, 2016
@mscdex

Copy link
Copy Markdown
Contributor

Please see 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
Changed var to const and equal to strictEqual
@hirabhullar

Copy link
Copy Markdown
ContributorAuthor

Comments updated

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. The commits will need to be squashed prior to landing.

@Trott

Trott commented Dec 6, 2016

Copy link
Copy Markdown
Member

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 6, 2016
Changed equal to strictEqual
PR-URL: nodejs#9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Trott pushed a commit to Trott/io.js that referenced this pull request Dec 6, 2016
Changed var to const and equal to strictEqual
PR-URL: nodejs#9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Trott

Trott commented Dec 6, 2016

Copy link
Copy Markdown
Member

Landed in 108314b and 7a23c0a.

Since these appear to be separate and unrelated changes, I didn't squash the two commits.

Thanks for the contribution! 🎉

@TrottTrott closed this Dec 6, 2016
Fishrock123 pushed a commit that referenced this pull request Dec 6, 2016
Changed equal to strictEqual
PR-URL: #9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Fishrock123 pushed a commit that referenced this pull request Dec 6, 2016
Changed var to const and equal to strictEqual
PR-URL: #9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
Changed equal to strictEqual
PR-URL: nodejs#9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
Changed var to const and equal to strictEqual
PR-URL: nodejs#9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
Changed equal to strictEqual
PR-URL: nodejs#9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
Changed var to const and equal to strictEqual
PR-URL: nodejs#9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Changed equal to strictEqual
PR-URL: #9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Changed var to const and equal to strictEqual
PR-URL: #9982
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Dec 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_processIssues and PRs related to the child_process subsystem.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@hirabhullar@mscdex@Trott@jasnell@cjihrig@MylesBorins@addaleax@imyller@nodejs-github-bot