Uh oh!
There was an error while loading. Please reload this page.
stream: consolidate common code from readable push and unshift helper… - #50402
stream: consolidate common code from readable push and unshift helper…#50402wa-Nadoo wants to merge 1 commit into
Conversation
nodejs-github-bot
commented
Oct 26, 2023
Review requested:
|
8612f4a to
a3cb8baComparenodejs-github-bot
commented
Oct 26, 2023
wa-Nadoo
commented
Oct 26, 2023
I am working on fix |
wa-Nadoo
commented
Oct 26, 2023
Fixed |
Hey, I'm the author of the original PR I'm pretty sure this will break this change the behavior as you move code from the middle of the function to the start |
nodejs-github-bot
commented
Oct 26, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ronag
left a comment
There was a problem hiding this comment.
I think this changes behavior. Not only deduplicating code.
b5e9176 to
1ece82bComparewa-Nadoo
commented
Oct 27, 2023
From my understanding of data flow inside Readable stream, the changes would be safe. I was wrong. All breaking changes are already reverted. |
This pull request has been marked as stale due to 90 days of inactivity. |
… functions
#50173 brings too many code duplication. Trying to reduce it a bit.