Skip to content

[6.x] Revert "fs: fix options.end of fs.ReadStream()" - #19326

Closed
MylesBorins wants to merge 1 commit into
nodejs:v6.xfrom
MylesBorins:revert-options-fix-6.x
Closed

[6.x] Revert "fs: fix options.end of fs.ReadStream()"#19326
MylesBorins wants to merge 1 commit into
nodejs:v6.xfrom
MylesBorins:revert-options-fix-6.x

Conversation

@MylesBorins

@MylesBorinsMylesBorins commented Mar 13, 2018

Copy link
Copy Markdown
Contributor

This reverts commit df038ad.

Some people were relying on the behavior of this.start being able to be
undefined, whereas after the change it is being set to 0.

Fixes: #19240:
Refs: #18121

/cc @wankdanker@MoonBall @nodejs/lts

@nodejs-github-botnodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. v6.x labels Mar 13, 2018
@MylesBorins

Copy link
Copy Markdown
ContributorAuthor

@MylesBorins

Copy link
Copy Markdown
ContributorAuthor

This reverts commit df038ad.
Some people were relying on the behavior of this.start being able to be
undefined, whereas after the change it is being set to 0.
Fixes: nodejs#19240
Refs: nodejs#18121
@MylesBorins
MylesBorinsforce-pushed the revert-options-fix-6.x branch from acaeb8f to d579aedCompareMarch 13, 2018 19:41
@MylesBorinsMylesBorins self-assigned this Mar 13, 2018
@MylesBorinsMylesBorins changed the title Revert "fs: fix options.end of fs.ReadStream()"[8.x] Revert "fs: fix options.end of fs.ReadStream()"Mar 13, 2018
@MylesBorinsMylesBorins changed the title [8.x] Revert "fs: fix options.end of fs.ReadStream()"[6.x] Revert "fs: fix options.end of fs.ReadStream()"Mar 13, 2018
@MylesBorinsMylesBorins added the blocked PRs that are blocked by other issues or PRs. label Mar 13, 2018
@MylesBorins

Copy link
Copy Markdown
ContributorAuthor

setting as blocked for right now as @addaleax may have a PR to fix this

@wankdanker

Copy link
Copy Markdown
Contributor

@MylesBorins Ran the test build. Did not hit the same error as with v6.13.1. Looks good to me. Thanks.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blockedPRs that are blocked by other issues or PRs.fsIssues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@MylesBorins@wankdanker@addaleax@nodejs-github-bot