Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obey strict method and event semantics for closed and piped streams #75

Merged
merged 2 commits into from
Mar 7, 2017

Conversation

clue
Copy link
Member

@clue clue commented Mar 7, 2017

Builds on top of #72 and #73 and makes sure all methods obey strict method and event semantics for some of the less obvious cases. This project now has 100% test coverage 🎉

@clue clue added the bug label Mar 7, 2017
@clue clue added this to the v0.5.0 milestone Mar 7, 2017
Copy link
Member

@jsor jsor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor typo, otherwise :shipit:

@@ -63,6 +63,53 @@ public function endShouldWriteDataBeforeClosing()
}

/** @test */
public function endTwiceShouldOnleEmitOnce()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only

@clue
Copy link
Member Author

clue commented Mar 7, 2017

Thanks for spotting this, typo fixed and changes squashed :shipit:

@clue clue merged commit c155800 into reactphp:master Mar 7, 2017
@clue clue deleted the strict branch March 7, 2017 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants