Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upsrc: use arraysize instead of hardcode number #24473
Conversation
nodejs-github-bot
added
C++
os
labels
Nov 19, 2018
leeight
force-pushed the
leeight:use-arrarysize
branch
3 times, most recently
from
a52e8d4
to
2c35649
Nov 19, 2018
jasnell
approved these changes
Nov 19, 2018
addaleax
approved these changes
Nov 19, 2018
sagirk
approved these changes
Nov 19, 2018
leeight
force-pushed the
leeight:use-arrarysize
branch
from
2c35649
to
cb4a1b1
Nov 20, 2018
lpinca
reviewed
Nov 20, 2018
src/node_url.cc Outdated
leeight
force-pushed the
leeight:use-arrarysize
branch
from
cb4a1b1
to
c05fa48
Nov 21, 2018
This comment has been minimized.
This comment has been minimized.
addaleax
added
the
author ready
label
Nov 23, 2018
src/node_os.cc Outdated
leeight
force-pushed the
leeight:use-arrarysize
branch
from
c05fa48
to
f059332
Nov 23, 2018
leeight
force-pushed the
leeight:use-arrarysize
branch
from
f059332
to
22fc963
Nov 23, 2018
This comment has been minimized.
This comment has been minimized.
|
Looks like the most recent changes broke Travis? |
addaleax
removed
the
author ready
label
Nov 23, 2018
refack
reviewed
Nov 24, 2018
src/node_os.cc Outdated
leeight
force-pushed the
leeight:use-arrarysize
branch
from
22fc963
to
49ada82
Nov 24, 2018
This comment has been minimized.
This comment has been minimized.
refack
approved these changes
Nov 24, 2018
refack
added
the
author ready
label
Nov 24, 2018
addaleax
requested changes
Nov 24, 2018
src/util.h Outdated
addaleax
removed
the
author ready
label
Nov 24, 2018
This comment has been minimized.
This comment has been minimized.
refack
self-assigned this
Nov 24, 2018
This comment has been minimized.
This comment has been minimized.
|
P.S. I'm self-assigned this so I'll get notifications from GitHub, and so that I will not lose track of it and help steward it to completion. |
addaleax
approved these changes
Dec 1, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in adbf947, thanks for the PR! By the way, if your PR doesn’t receive much attention within a day or two, and you think it’s ready to go, feel free to bump the thread by commenting (e.g. “bump” or pinging involved individuals like me). |
addaleax
closed this
Dec 1, 2018
addaleax
added a commit
that referenced
this pull request
Dec 1, 2018
BridgeAR
added a commit
that referenced
this pull request
Dec 5, 2018
This was referenced Dec 7, 2018
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
BethGriggs
added a commit
that referenced
this pull request
Feb 12, 2019
BethGriggs
added
the
land-on-v10.x
label
Feb 12, 2019
rvagg
added a commit
that referenced
this pull request
Feb 28, 2019
refack
removed their assignment
Mar 11, 2019
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.
leeight commentedNov 19, 2018
•
edited
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes