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 uputil: remove unreachable branch #24447
Conversation
nodejs-github-bot
added
the
util
label
Nov 17, 2018
This comment has been minimized.
This comment has been minimized.
|
/ping @nodejs/util (especially @BridgeAR) |
addaleax
approved these changes
Nov 17, 2018
refack
approved these changes
Nov 17, 2018
refack
requested a review
from
BridgeAR
Nov 17, 2018
This comment has been minimized.
This comment has been minimized.
Also since node/lib/internal/util/inspect.js Lines 476 to 479 in bde132b |
This comment has been minimized.
This comment has been minimized.
|
Hello @rahulshuklab4u and welcome. Thank you for your contribution P.S. If you have any questions you can also feel free to contact me directly. |
starkwang
approved these changes
Nov 18, 2018
gireeshpunathil
added
the
code-and-learn
label
Nov 18, 2018
jasnell
approved these changes
Nov 19, 2018
sagirk
approved these changes
Nov 19, 2018
This comment has been minimized.
This comment has been minimized.
addaleax
added
the
author ready
label
Nov 20, 2018
refack
force-pushed the
rahulshuklab4u:master
branch
from
58b3b9f
to
fbc2916
Nov 20, 2018
refack
removed
the
author ready
label
Nov 20, 2018
refack
merged commit fbc2916
into
nodejs:master
Nov 20, 2018
This comment has been minimized.
This comment has been minimized.
|
Congratulations @rahulshuklab4u on getting promoted by GitHub from: |


rahulshuklab4u commentedNov 17, 2018
Re-defining the array length will always set to 0.
Hence, the code branch can not be covered.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes