-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
stream: name anonymous function in _stream_writable.js #21753
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
Conversation
| Thank you @mariotsi for raising your first PR in Node.js core! 🎉 |
lib/_stream_writable.js Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed, the name is inferred from the variable name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, removed
6022077 to 99f0f13 Compare 99f0f13 to 6e836af Compare | @BridgeAR just checking the meaning of the "author ready" and I'm wondering what LG stands for |
| author-ready label is used for PRs that can land (details) |
maclover7 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @maclover7 one task if the CI is running from two days. |
| Linter only needs a re-run. I'm unable to restart it right now for some reason. |
| node-test-linter re-run https://ci.nodejs.org/job/node-test-linter/20693/ |
| Linter CI https://ci.nodejs.org/job/node-test-linter/20702/ ✔️ [edit] I should refresh next time ;-) [/edit] |
| I still see node-test-commit running from 3 days |
PR-URL: nodejs#21753 Refs: nodejs#8913 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #21753 Refs: #8913 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Thanks :) See you on the next PR! |
Refs: #8913
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes