Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: refactor event-emitter-check-listener-leaks#13164
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
* add block-scoping * use common.mustCall() on callbacks that should not execute
refack commented May 23, 2017
Since github does such a bad job of comparing this, here's an export from BeyondCompare4: |
Trott commented May 23, 2017
@refack GitHub provides a much more usable diff if you pass (And if you already knew that, consider it a notification for other readers who might be unaware.) |
refack commented May 23, 2017
😲 |
Trott commented May 24, 2017
Trott commented May 25, 2017
Landed in 16357f2 |
* add block-scoping * use common.mustCall() on callbacks that should not execute PR-URL: nodejs#13164 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
* add block-scoping * use common.mustCall() on callbacks that should not execute PR-URL: #13164 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins commented Jul 17, 2017
This does not land cleanly in LTS. Please feel free to manually backport. Please also feel free to replace do-not-land if it is being backported |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test events