Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterpriseslib: remove duplicated noop function #24770
Conversation
addaleax
approved these changes
Dec 1, 2018
cjihrig
approved these changes
Dec 1, 2018
This comment has been minimized.
This comment has been minimized.
lpinca
approved these changes
Dec 1, 2018
BridgeAR
approved these changes
Dec 1, 2018
BridgeAR
added
the
author ready
label
Dec 1, 2018
starkwang
approved these changes
Dec 3, 2018
This comment has been minimized.
This comment has been minimized.
|
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/19171/ |
This comment has been minimized.
This comment has been minimized.
|
Needs a rebase. |
Trott
removed
the
author ready
label
Dec 4, 2018
ZYSzys
force-pushed the
zys-contribs:bootstrap
branch
from
e3338e8
to
8f99e33
Dec 4, 2018
This comment has been minimized.
This comment has been minimized.
|
@Trott Done, needs CI again ? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
addaleax
added
lib / src
author ready
labels
Dec 4, 2018
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Dec 4, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in a89b873` |
Trott
closed this
Dec 4, 2018
ZYSzys
deleted the
zys-contribs:bootstrap
branch
Dec 4, 2018
BridgeAR
added a commit
that referenced
this pull request
Dec 5, 2018
BridgeAR
added a commit
that referenced
this pull request
Dec 5, 2018
Merged
This was referenced Dec 7, 2018
joyeecheung
added a commit
to joyeecheung/node
that referenced
this pull request
Jan 11, 2019
addaleax
added a commit
that referenced
this pull request
Jan 14, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
Merged
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Jan 16, 2019
Merged
BethGriggs
added
the
dont-land-on-v10.x
label
Jun 28, 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.
ZYSzys commentedDec 1, 2018
We have a
noopfunction outside theifstatement in the line 609 :)node/lib/internal/bootstrap/node.js
Line 609 in eb6741b
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes