Skip to content

test: change var to const and add mustCall in crypto tests - #9954

Closed
harishtejwani wants to merge 1 commit into
nodejs:masterfrom
harishtejwani:test-mustCall-crypto-fix
Closed

test: change var to const and add mustCall in crypto tests#9954
harishtejwani wants to merge 1 commit into
nodejs:masterfrom
harishtejwani:test-mustCall-crypto-fix

Conversation

@harishtejwani

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

test: change var to const and add mustCall in crypto tests. Did not add mustCall on process exit

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
@imyllerimyller added code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. crypto Issues and PRs related to the crypto subsystem. labels Dec 1, 2016
@mscdex

Copy link
Copy Markdown
Contributor

First line of commit is too long, see the commit message guidelines here.

@princejwesleyprincejwesley 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.

Commit message is too long. keep it short as per the guideline!

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.

Looks like an extra space here.

@jasnelljasnell 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.

LGTM with formatting nits addressed.

@Trott

Copy link
Copy Markdown
Member

Ping @harishtejwani: Can you remove the extra space identified by @cjihrig?

@harishtejwani

harishtejwani commented Dec 22, 2016 via email

Copy link
Copy Markdown
ContributorAuthor

@Trott

Copy link
Copy Markdown
Member

@harishtejwani Because it was such a small change (remove one space character), I went ahead and did it for you and force pushed to your branch.

@cjihrig Can you update your review if appropriate? Thanks!

@Trott

Copy link
Copy Markdown
Member

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 24, 2016
change var to const and add mustCall
PR-URL: nodejs#9954
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott

Copy link
Copy Markdown
Member

Landed in 0ff69b4.
Thanks for the contribution! 🎉

@TrottTrott closed this Dec 24, 2016
targos pushed a commit that referenced this pull request Dec 26, 2016
change var to const and add mustCall
PR-URL: #9954
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@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
change var to const and add mustCall
PR-URL: #9954
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
evanlucas pushed a commit that referenced this pull request Jan 4, 2017
change var to const and add mustCall
PR-URL: #9954
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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.cryptoIssues and PRs related to the crypto subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@harishtejwani@mscdex@Trott@jasnell@princejwesley@cjihrig@imyller@targos@nodejs-github-bot