{{ message }}
src: refactor macro to std::min in node_buffer.cc#25919
Closed
gengjiawen wants to merge 1 commit intonodejs:masterfrom
Closed
src: refactor macro to std::min in node_buffer.cc#25919gengjiawen wants to merge 1 commit intonodejs:masterfrom
gengjiawen wants to merge 1 commit intonodejs:masterfrom
Conversation
Member
Member
Author
|
@addaleax I will give it a try. |
04407e9 to
57b2d35
Compare
57b2d35 to
b4ec09f
Compare
addaleax
approved these changes
Feb 4, 2019
cjihrig
approved these changes
Feb 4, 2019
refack
approved these changes
Feb 4, 2019
bnoordhuis
approved these changes
Feb 4, 2019
Contributor
3aff0d9 to
b4ec09f
Compare
jasnell
approved these changes
Feb 5, 2019
lpinca
approved these changes
Feb 6, 2019
ChALkeR
reviewed
Feb 7, 2019
ChALkeR
approved these changes
Feb 7, 2019
Member
Author
|
Since we can't now format the whole file, I run into some issue on windows wsl: |
b4ec09f to
a49b01f
Compare
Member
|
@gengjiawen That is npm trying to work around the lack of symlinks on Windows… If you look at the definition of |
Member
Author
|
@addaleax Thanks. I already clang-format the whole file. revert unrelated change. Easier when I get help from CLion :) |
Member
Author
|
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. |
Member
addaleax
pushed a commit
that referenced
this pull request
Feb 9, 2019
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>
targos
pushed a commit
that referenced
this pull request
Feb 10, 2019
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>
Merged
This was referenced Feb 15, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

make -j4 test(UNIX), orvcbuild test(Windows) passes