Uh oh!
There was an error while loading. Please reload this page.
doc: add options description for process.send() and worker.send() - #29868
doc: add options description for process.send() and worker.send()#29868dev-script wants to merge 5 commits into
Conversation
dev-script
commented
Oct 7, 2019
This is my first PR, Please review. Thank you |
There was a problem hiding this comment.
This is missing from the signature above
There was a problem hiding this comment.
@mscdex please can you give me some more idea about this.
There was a problem hiding this comment.
@dev-313 - you need to modify the API signature at line 466 to add the options argument as well - like how did it for the worker.send API.
There was a problem hiding this comment.
looks good. @mscdex - PTAL!
Uh oh!
There was an error while loading. Please reload this page.
dev-script
commented
Oct 10, 2019
@BridgeAR should I close this PR. |
BridgeAR
commented
Oct 10, 2019
@dev-313 if I am not mistaken this is an documentation fix. As such, it would be great to keep it open. Seems like there's just one comment left that should be addressed ( |
There was a problem hiding this comment.
| *`options` {Object} The `options` argument, if present, is an object used to | |
| Object used to |
There was a problem hiding this comment.
so should remove the existing options {Object} line and add only Object used to , Am i right @Trott
There was a problem hiding this comment.
Whoops, my mistake. Let me try again.
| *`options` {Object} The `options` argument, if present, is an object used to | |
| *`options` {Object} Used to |
There was a problem hiding this comment.
@Trott i have one more doubt all three files have to change (child_process, cluster, process) or only process.md
Trott
commented
Oct 14, 2019
@dev-313 I see you responded to a comment seven days ago, but it hasn't been addressed. Are you still working on this? |
dev-script
commented
Oct 15, 2019
yes @Trott i'm working on this. |
dev-script
commented
Oct 16, 2019
@Trott help why these stage 2 tests are failed. |
There was a problem hiding this comment.
Looks like you have a merge conflict to resolve.
There was a problem hiding this comment.
Thanks @Trott , I'll fix it,instead of this everything is ok or not.
nodejs-github-bot
commented
Oct 17, 2019
dev-script
commented
Oct 17, 2019
@Trott everytime i get this commit message error, please guide me how i can resolve this issue. |
Trott
commented
Oct 18, 2019
You need to rebase and amend the first commit message. That can happen when the pull request is landed so if you don't get to it, that's OK. You do need to make changes to address @mscdex's comment, though. |
Trott
commented
Oct 22, 2019
gireeshpunathil
commented
Oct 23, 2019
all looks good to me. One more approval, and we should be ready to go! |
gireeshpunathil
commented
Oct 30, 2019
invoking 7 day rule for PR with a single approval! |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes