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 <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Tobias NieΓen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: James M Snell <[email protected]>
- 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.