-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build: refactor Makefile #36759
build: refactor Makefile #36759
Conversation
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.
This seems to be explicitly worse with the newlines.
In that case, should I replace the |
Nah, maybe you can replace I'm generally -0 for doing this kind of changes if there's no linter enforcing it, because it's going to drift back to inconsistency eventually. Plus I don't think anyone has ever complained about |
20b76b9
to
2e2835d
Compare
2e2835d
to
385729b
Compare
PTAL 👀 |
3733faa
to
0149dee
Compare
Does this look okay now? |
5763542
to
c70d2dd
Compare
Taking the author ready off given the objection / changes-requested |
@jasnell I had updated the code already according to the request, so the objection is not valid anymore. I couldn't find a |
Yeah that's fine, just wanted to make sure it was revisited before landing. I'll take a look tomorrow :) |
@devsnek can you take another look when you get a moment? |
not sure how to dismiss in the app but I dismiss my change request |
They dismissed their change request in a comment above.
* add character classes * replace echo -n with printf Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: nodejs#36759 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
c70d2dd
to
44cf49e
Compare
Landed in 44cf49e |
* add character classes * replace echo -n with printf Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #36759 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* add character classes * replace echo -n with printf Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #36759 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
echo -n
withprintf
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes