Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upreport: misc cleanup II #25610
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
C++
lib / src
labels
Jan 21, 2019
cjihrig
approved these changes
Jan 21, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
FWIW here is a compiler warning I'm seeing in master if you want to include a fix for it as part of the cleanup:
|
This comment has been minimized.
This comment has been minimized.
|
@mscdex See #25597 (comment) for what I’d like to do/why this is isn’t included here :) |
addaleax
requested a review
from gireeshpunathil
Jan 22, 2019
addaleax
added
the
report
label
Jan 22, 2019
This comment has been minimized.
This comment has been minimized.
|
Maybe @lundibundi or @richardlau would be interested in reviewing this? |
richardlau
approved these changes
Jan 24, 2019
This comment has been minimized.
This comment has been minimized.
|
FWIW re. the Travis commit message linting failure -- I've raised nodejs/core-validate-commit#46 to add |
This comment has been minimized.
This comment has been minimized.
|
Landed in f4697ba...5860614 |
addaleax
closed this
Jan 24, 2019
addaleax
deleted the
addaleax:report-cleanup
branch
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
MylesBorins
added
the
backport-requested-v11.x
label
Jan 24, 2019
This comment has been minimized.
This comment has been minimized.
|
Should this be backported to |
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
added a commit
that referenced
this pull request
Jan 24, 2019
addaleax
removed
the
backport-requested-v11.x
label
Jan 24, 2019
Merged
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.
addaleax commentedJan 21, 2019
The first commit is very whitespace-rich, so it’s worth using the
?w=1variant of the diff.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes