-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
readline: name some anonymous functions #14297
Conversation
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.
These function don't need to be named, but there are anonymous functions used as listeners in some files (such as lib/readline.js
) that should probably be named. Do you want to try to name those?
@Trott I've updated the code and PR message. |
Great! Thanks! Looks like there's conflicts. Can you rebase against master and resolve them? |
@Trott I've rebased the code. |
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.
LGTM.
@Trott, I'm not sure that whether CI is OK or not. |
@XadillaX CI is fine. The one failure is test-crypto-dh-leak which is a known flaky test. |
Landed in f37e3b1. Thanks. |
PR-URL: #14297 Refs: #8913 Refs: #14297 (review) Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
This doesn’t land cleanly on 8.x; if you can, please follow the guide and raise a backport PR, if you don’t think it’s worth it let me know and we’ll add the |
PR-URL: #14297 Refs: #8913 Refs: #14297 (review) Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Refs: #8913
Refs: #14297 (review)
Checklist
make -j4 test
Affected core subsystem(s)
readline