Exported method can be static; will never be called directly by rpoisel · Pull Request #29102 · nodejs/node · GitHub
Skip to content

Exported method can be static; will never be called directly#29102

Closed
rpoisel wants to merge 1 commit into
nodejs:masterfrom
rpoisel:pr-hello-static
Closed

Exported method can be static; will never be called directly#29102
rpoisel wants to merge 1 commit into
nodejs:masterfrom
rpoisel:pr-hello-static

Conversation

@rpoisel

@rpoisel rpoisel commented Aug 13, 2019

Copy link
Copy Markdown
Contributor
Checklist

@nodejs-github-bot nodejs-github-bot added addons Issues and PRs related to native addons. test Issues and PRs related to the tests. labels Aug 13, 2019

@patilharshal16 patilharshal16 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Do we need static method?

@rpoisel

rpoisel commented Aug 13, 2019

Copy link
Copy Markdown
Contributor Author

@addaleax

Copy link
Copy Markdown
Member

I think this is okay, but since these are test addons, it really doesn’t make a difference in practice.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Trott

Trott commented Aug 16, 2019

Copy link
Copy Markdown
Member

@Trott Trott closed this Aug 16, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Aug 16, 2019
The exported method can be static as it will never be called directly.

PR-URL: nodejs#29102
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Aug 19, 2019
The exported method can be static as it will never be called directly.

PR-URL: #29102
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

addons Issues and PRs related to native addons. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants