Uh oh!
There was an error while loading. Please reload this page.
stream: minor fix for ReadableState - #11139
Conversation
It seems that the comments for sync flag of ReadableState is copied from WritableState without modification.
addaleax
commented
Feb 3, 2017
jasnell
commented
Feb 3, 2017
@nodejs/streams |
jasnell
commented
Feb 3, 2017
Given that this removes a property, this is potentially semver-major. It shouldn't be, but we need to be certain. |
mcollina
commented
Feb 3, 2017
mcollina
commented
Mar 3, 2017
I think we are going to release this as semver-minor in
|
mcollina
commented
Mar 3, 2017
It seems that the comment for sync flag of ReadableState is copied from WritableState without modification. PR-URL: #11139 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax
commented
Mar 4, 2017
@mcollina Just ICYMI, our current policy is that at least 2 CTC members need to sign off on semver-major changes before landing them. I don’t think that’s a problem here because it’s not something that’s really covered by our API (as you pointed out)… I just added the label because, at least from Node’s perspective, I don’t think there’s a reason to not consider this semver-major. |
mcollina
commented
Mar 4, 2017
Oh, I thought this was sitting there for a while, and just reduced the pull requests count by one. |
remove unused flag
ranOutfrom ReadableState,ranOuthad been unused since 0f8de5efix the comments for flag
syncof ReadableState.Checklist
make -j4 test(UNIX) passesAffected core subsystem(s)