Uh oh!
There was an error while loading. Please reload this page.
Docs: fixes filehandle.read docs to show default buffer value length as 0 - #39163
Docs: fixes filehandle.read docs to show default buffer value length as 0#39163rbrishabh wants to merge 1 commit into
Conversation
Linkgoron
commented
Jun 26, 2021
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 |
rbrishabh
commented
Jun 26, 2021
makes sense! I'll make the changes |
rbrishabh
commented
Jun 26, 2021
I've made the changes! thoughts @Linkgoron? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rbrishabh
commented
Jun 26, 2021
my bad @Linkgoron, I should have been more careful. Done! :) |
lydell
commented
Jun 27, 2021
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 |
rbrishabh
commented
Jun 28, 2021
Makes complete sense @lydell! Thanks for your review :) |
subson
commented
Jul 8, 2021
@rbrishabh - Can you amend the commit message to less than 72 characters, thats the check failing for this PR. |
472522b to
23c5385Comparerbrishabh
commented
Jul 8, 2021
Hi @subson! done! let me know if this needs any other changes! thx |
subson
commented
Jul 8, 2021
Hey @Linkgoron@lydell, can you approve this PR again to kick of the workflows as commit message has been updated? |
Linkgoron
commented
Jul 9, 2021
You need to change the subsystem to |
jasnell
commented
Jul 9, 2021
FWIW, that can be done by whomever lands the PR really. |
subson
commented
Jul 13, 2021
@rbrishabh - Hey, Need to update commit again to |
rbrishabh
commented
Jul 13, 2021
Sure! I can do that |
23c5385 to
c7b725eComparerbrishabh
commented
Jul 14, 2021
Hi @subson! done! let me know if this needs any other changes! thank you |
Landed in 7153d25...479658b |
lilit-harutyunyan
commented
Jan 12, 2024
🤒 |
Fixes: #39034
Hey @Linkgoron, @Ayase-252 - how does this look?
Let me know if this needs any changes! Thanks