-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
src: refactor macro to std::min in node_buffer.cc #25919
Conversation
We use |
@addaleax I will give it a try. |
04407e9
to
57b2d35
Compare
57b2d35
to
b4ec09f
Compare
3aff0d9
to
b4ec09f
Compare
Since we can't now format the whole file, I run into some issue on windows wsl:
|
b4ec09f
to
a49b01f
Compare
@gengjiawen That is npm trying to work around the lack of symlinks on Windows… If you look at the definition of |
@addaleax Thanks. I already clang-format the whole file. revert unrelated change. Easier when I get help from CLion :) |
In the long run we should will try to make it more easier as described in #25908. I will try to invest more on this recently. |
Landed in 2fa6376 |
PR-URL: #25919 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
PR-URL: #25919 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
make -j4 test
(UNIX), orvcbuild test
(Windows) passes