Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: replace string concat in test-child-process-constructor
replace string concatenation in test/parallel/test-child-process-constructor.js with template literals PR-URL: #14283 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Tobias NieΓen <tniessen@tnie.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information
b923b9d
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.
@jasnell I didn't bother to add a note to this PR about changing the length of the git message header because after mentioning it in two other PRs I was told that the committer would take care of it. Please make sure the git commit message adheres to the standard (header maximum of 50 chars) with future commits.
EDIT: Also I find it troublesome that even after so many sign-offs no one caught something that is part of our default checklist when contributing a PR.
b923b9d
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.
I did shorten it as much as practical given the long test file name.
b923b9d
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.
@trevnorris I know that I've personally been guilty of not paying enough attention to the commit message during the review phase. It's always something that I pay attention during landing though.
b923b9d
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.
FWIW, I use @evanlucas's awesome
core-validate-commit
and always runcore-validate-commit @
before landing. It's become such a natural part of my workflow and I can't recommend it enough.In a case like this, I would remove the test name from the first line and include it in the body instead.