Uh oh!
There was an error while loading. Please reload this page.
readline: name some anonymous functions - #14297
Conversation
Trott
left a comment
There was a problem hiding this comment.
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?
Amunu
commented
Jul 20, 2017
@Trott I've updated the code and PR message. |
Trott
commented
Jul 20, 2017
Great! Thanks! Looks like there's conflicts. Can you rebase against master and resolve them? |
Amunu
commented
Jul 20, 2017
@Trott I've rebased the code. |
XadillaX
commented
Jul 20, 2017
XadillaX
commented
Jul 23, 2017
@Trott, I'm not sure that whether CI is OK or not. |
Trott
commented
Jul 23, 2017
@XadillaX CI is fine. The one failure is test-crypto-dh-leak which is a known flaky test. |
XadillaX
commented
Jul 23, 2017
Landed in f37e3b1. Thanks. |
PR-URL: #14297 Refs: #8913 Refs: #14297 (review) Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax
commented
Jul 27, 2017
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 <i@2333.moe> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: #8913
Refs: #14297 (review)
Checklist
make -j4 testAffected core subsystem(s)
readline