-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: fixes filehandle.read docs to show default buffer value length as 0 #39163
Conversation
IMO there should no default values mentioned at all (for any of the paramaters), as the function arguments are not optional. This is true for both |
makes sense! I'll make the changes |
I've made the changes! thoughts @Linkgoron? |
my bad @Linkgoron, I should have been more careful. Done! :) |
Is it worth mentioning that |
Happy to make changes for any suggestions you have @lydell |
My bad, https://nodejs.org/api/fs.html#fs_fs_readsync_fd_buffer_offset_length_position I think I’ve finally figured out what confused me: For I think this PR is correct – none of the 3 |
Makes complete sense @lydell! Thanks for your review :) |
@rbrishabh - Can you amend the commit message to less than 72 characters, thats the check failing for this PR. |
472522b
to
23c5385
Compare
Hi @subson! done! let me know if this needs any other changes! thx |
Hey @Linkgoron @lydell, can you approve this PR again to kick of the workflows as commit message has been updated? |
You need to change the subsystem to |
FWIW, that can be done by whomever lands the PR really. |
@rbrishabh - Hey, Need to update commit again to |
Sure! I can do that |
23c5385
to
c7b725e
Compare
Hi @subson! done! let me know if this needs any other changes! thank you |
Landed in 7153d25...479658b |
PR-URL: #39163 Fixes: #39034 Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
PR-URL: #39163 Fixes: #39034 Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
PR-URL: #39163 Fixes: #39034 Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
🤒 |
Fixes: #39034
Hey @Linkgoron, @Ayase-252 - how does this look?
Let me know if this needs any changes! Thanks