src: refactor macro to std::min in node_buffer.cc#25919
src: refactor macro to std::min in node_buffer.cc#25919gengjiawen wants to merge 1 commit intonodejs:masterfrom
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
PR-URL: #25919 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
make -j4 test(UNIX), orvcbuild test(Windows) passes