You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
The tests for #5141 do not agree with the test comments. Of particular concern, first and second both test the !state.readign case, meaning second misses the state.reading && state.length case.
In other words,
}elseif(state.length){emitReadable(this,state);
can be removed from Readable.prototype.on and the tests would not fail.
I'll try to work up a pull request, but this'll be my first time so it might be awhile.
I've not yet submitted the CLA.
The text was updated successfully, but these errors were encountered:
arhart
added a commit
to arhart/node-v0.x-archive
that referenced
this issue
Mar 31, 2013
The tests did not agree with the test comments. Tests first and second
were both testing the !state.reading case. Now second tests the
state.reading && state.length case.
Fixesnodejs#5183
The tests did not agree with the test comments. Tests first and second
were both testing the !state.reading case. Now second tests the
state.reading && state.length case.
Fixesnodejs#5183
The tests for #5141 do not agree with the test comments. Of particular concern, first and second both test the !state.readign case, meaning second misses the state.reading && state.length case.
In other words,
can be removed from Readable.prototype.on and the tests would not fail.
I'll try to work up a pull request, but this'll be my first time so it might be awhile.
I've not yet submitted the CLA.
The text was updated successfully, but these errors were encountered: