Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: updates != and var language #8764

Closed
wants to merge 1 commit into from
Closed

test: updates != and var language #8764

wants to merge 1 commit into from

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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
@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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
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 <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
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