Uh oh!
There was an error while loading. Please reload this page.
[v6.x] addons: remove semicolons from after module definition - #13879
[v6.x] addons: remove semicolons from after module definition#13879gabrielschulhof wants to merge 1 commit into
Conversation
gabrielschulhof
commented
Jun 22, 2017
Re #12919 |
gabrielschulhof
commented
Jul 6, 2017
bump |
addaleax
commented
Jul 6, 2017
@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. :) |
gabrielschulhof
commented
Jul 6, 2017
@addaleax thanks for the pointers! I'll keep these in mind for next time :) |
MylesBorins
commented
Jul 6, 2017
@gabrielschulhof which PR is this a backport of? We should have the original commit meta data including all sign offs in the commit message |
gabrielschulhof
commented
Jul 6, 2017
@MylesBorins sorry I didn't follow SOP on this. |
gabrielschulhof
commented
Jul 6, 2017
@MylesBorins should I update the commit message? |
MylesBorins
commented
Jul 6, 2017
@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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
6704f23 to
9429373Comparegabrielschulhof
commented
Jul 6, 2017
@MylesBorins done. Thanks @MylesBorins and @addaleax for the guidance! |
MylesBorins
commented
Jul 10, 2017
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)