Skip to content

test: removing unused arguments, and conversion ES6 arrow function common.mustCall - #24976

Closed
mitchhankins01 wants to merge 1 commit into
nodejs:masterfrom
mitchhankins01:test-enable-in-init
Closed

test: removing unused arguments, and conversion ES6 arrow function common.mustCall#24976
mitchhankins01 wants to merge 1 commit into
nodejs:masterfrom
mitchhankins01:test-enable-in-init

Conversation

@mitchhankins01

@mitchhankins01 mitchhankins01 commented Dec 12, 2018

Copy link
Copy Markdown

test: removing unused arguments, and conversion ES6 arrow function common.mustCall

  • Removed unused arguments to common.mustCall callback
  • Converted callback in common.mustCall to ES6 arrow function syntax
Checklist
  • [x ] make -j4 test (UNIX), or vcbuild test (Windows) passes
  • [x ] commit message follows commit guidelines

…ntax in test/async-hooks/test-enable-in-init.js
@nodejs-github-bot nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to Node.js core tests and test infrastructure. labels Dec 12, 2018
@mitchhankins01 mitchhankins01 changed the title Removing unused function arguments, and converting it to ES6 arrow sy… test: removing unused arguments, and conversion ES6 arrow function common.mustCall Dec 12, 2018
@Trott

Trott commented Dec 12, 2018

Copy link
Copy Markdown
Member

@Trott Trott added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Dec 12, 2018
@Trott

Trott commented Dec 14, 2018

Copy link
Copy Markdown
Member

Landed in 848ae89

@Trott Trott closed this Dec 14, 2018
Trott pushed a commit to Trott/io.js that referenced this pull request Dec 14, 2018
Remove unused function arguments. Convert to ES6 arrow syntax.

PR-URL: nodejs#24976
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott

Trott commented Dec 14, 2018

Copy link
Copy Markdown
Member

Thanks for the contribution! 🎉

(If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.)

BethGriggs pushed a commit that referenced this pull request Dec 18, 2018
Remove unused function arguments. Convert to ES6 arrow syntax.

PR-URL: #24976
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Dec 18, 2018
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
Remove unused function arguments. Convert to ES6 arrow syntax.

PR-URL: nodejs#24976
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
BethGriggs pushed a commit that referenced this pull request Feb 12, 2019
Remove unused function arguments. Convert to ES6 arrow syntax.

PR-URL: #24976
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Feb 12, 2019
BethGriggs pushed a commit that referenced this pull request Feb 20, 2019
Remove unused function arguments. Convert to ES6 arrow syntax.

PR-URL: #24976
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Remove unused function arguments. Convert to ES6 arrow syntax.

PR-URL: #24976
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooks Issues and PRs related to the async hooks subsystem. author ready PRs with CI started, the required approvals, and no outstanding review comments. test Issues and PRs related to Node.js core tests and test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants