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: remove redundant cast in string_search.h #26426
Conversation
nodejs-github-bot
added
buffer
C++
labels
Mar 4, 2019
richardlau
approved these changes
Mar 4, 2019
addaleax
approved these changes
Mar 4, 2019
cjihrig
approved these changes
Mar 4, 2019
This comment has been minimized.
This comment has been minimized.
|
@gengjiawen I really like that you clean up a lot of code at the moment! As a personal request though: would you be so kind and combine a couple of these in a single PR if they feel somewhat related (e.g., removing a couple of redundant casts)? And it is still good to have small PRs, just maybe not as small. That reduces the overhead that we currently have to review and land the PRs :-) |
BridgeAR
added
the
author ready
label
Mar 5, 2019
This comment has been minimized.
This comment has been minimized.
@BridgeAR I will try to do it if prs are small next time. But I find it difficulty when some middle commit need to fix. How do you guys manage that? In my current workflow, I just need to switch that branch, fix it and amend the commit. |
jasnell
approved these changes
Mar 5, 2019
BridgeAR
approved these changes
Mar 6, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in 95e3119 |
gengjiawen commentedMar 4, 2019
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes