-
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
[v6.x] addons: remove semicolons from after module definition #13879
[v6.x] addons: remove semicolons from after module definition #13879
Conversation
Re #12919 |
bump |
@gabrielschulhof Usually, these PRs are handled by the person managing the next release – maybe @gibfahn wants to merge this right now, but most of the time there’s no need to bump, it will get sorted out in time. :) Also, just so you know, backports should target the staging branches if possible (that doesn’t seem to be a problem here), and it’s nice if you edit the PR description in some way so people don’t think it’s a new PR when glancing over it. :) |
@addaleax thanks for the pointers! I'll keep these in mind for next time :) |
@gabrielschulhof which PR is this a backport of? We should have the original commit meta data including all sign offs in the commit message |
@MylesBorins sorry I didn't follow SOP on this. |
@MylesBorins should I update the commit message? |
@gabrielschulhof indeed the message should be
We usually then add a |
Having semicolons there runs counter to our documentation and illicits warnings in pedantic mode. This removes semicolons from after uses of NODE_MODULE and NODE_MODULE_CONTEXT_AWARE_BUILTIN. PR-URL: nodejs#12919 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
6704f23
to
9429373
Compare
@MylesBorins done. Thanks @MylesBorins and @addaleax for the guidance! |
landed in 8850007 |
Having semicolons there runs counter to our documentation and illicits
warnings in pedantic mode. This removes semicolons from after uses of
NODE_MODULE and NODE_MODULE_CONTEXT_AWARE_BUILTIN.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)