Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Sep 24, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Changes var to const, != to !==, and assert.equal() to assert.strict
Equal()

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Sep 24, 2016
Changes var to const, != to !==, and assert.equal() to assert.strict
Equal()
@bengl
Copy link
Member

bengl commented Sep 24, 2016

@Trott
Copy link
Member

Trott commented Sep 24, 2016

LGTM if CI is OK

@mscdex mscdex added the fs Issues and PRs related to the fs subsystem / file system. label Sep 24, 2016
Copy link
Member

@lpinca lpinca left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@imyller imyller left a comment

Choose a reason for hiding this comment

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

LGTM

@imyller imyller self-assigned this Sep 27, 2016
@imyller
Copy link
Member

imyller commented Sep 27, 2016

I'll start landing this:

  • Four LGTMs
  • No objections
  • CI test passed (only known/unrelated failures)

imyller pushed a commit to imyller/node that referenced this pull request Sep 27, 2016
Changes var to const, != to !==, and assert.equal() to assert.strict
Equal()

PR-URL: nodejs#8764
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ilkka Myller <[email protected]>
@imyller
Copy link
Member

imyller commented Sep 27, 2016

landed in e5f5f3a

Thank you for your effort and contribution, @nohmapp

@imyller imyller closed this Sep 27, 2016
@imyller imyller removed their assignment Sep 27, 2016
jasnell pushed a commit that referenced this pull request Sep 29, 2016
Changes var to const, != to !==, and assert.equal() to assert.strict
Equal()

PR-URL: #8764
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ilkka Myller <[email protected]>
Fishrock123 pushed a commit that referenced this pull request Oct 11, 2016
Changes var to const, != to !==, and assert.equal() to assert.strict
Equal()

PR-URL: #8764
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ilkka Myller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fs Issues and PRs related to the fs subsystem / file system. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants