FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

zlib: fix linting recently-introduced lint error by Trott · Pull Request #9524 · nodejs/node · GitHub

/ node Public

zlib: fix linting recently-introduced lint error - #9524

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-lint-issue
Closed

zlib: fix linting recently-introduced lint error#9524
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-lint-issue

Conversation

Trott commented Nov 9, 2016

Copy link
Copy Markdown
Member
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

zlib

Description of change

Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.

Refs: #9389 (comment)

Trott added the zlib Issues and PRs related to the zlib subsystem. label Nov 9, 2016
Trott mentioned this pull request Nov 9, 2016

Trott commented Nov 9, 2016

Copy link
Copy Markdown
Member Author

Because CI will fail until this gets fixed and is such a minor change, I would advocate that this not wait the usual 48 hours but land sooner.

addaleax 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM and feel free to jump straight to landing this as far as I am concerned

Trott commented Nov 9, 2016

Copy link
Copy Markdown
Member Author

Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.
Trott changed the title zlib: fix linting recently-introduce lint error zlib: fix linting recently-introduced lint error Nov 9, 2016
Trott added a commit to Trott/io.js that referenced this pull request Nov 9, 2016
Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.

PR-URL: nodejs#9524
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Trott commented Nov 9, 2016

Copy link
Copy Markdown
Member Author

Landed in 5025d7b

Trott closed this Nov 9, 2016
addaleax pushed a commit that referenced this pull request Nov 22, 2016
Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.

PR-URL: #9524
Reviewed-By: Anna Henningsen <anna@addaleax.net>
MylesBorins added the baking-for-lts PRs that need to wait before landing in a LTS release. label May 15, 2017
MylesBorins removed the baking-for-lts PRs that need to wait before landing in a LTS release. label Aug 17, 2018
Trott deleted the fix-lint-issue branch January 13, 2022 22:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

zlib Issues and PRs related to the zlib subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL