Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Process] Implement IteratorAggregate to stream output #18414

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

Merged
merged 1 commit into from
Apr 3, 2016

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR symfony/symfony-docs#6424

Sibling to #18386 for iterating of the output streams.

@romainneutron
Copy link
Contributor

Process is getting some freshness 👍

@fabpot
Copy link
Member

fabpot commented Apr 3, 2016

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 5947f5d into symfony:master Apr 3, 2016
fabpot added a commit that referenced this pull request Apr 3, 2016
… (nicolas-grekas)

This PR was merged into the 3.1-dev branch.

Discussion
----------

[Process] Implement IteratorAggregate to stream output

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#6424

Sibling to #18386 for iterating of the output streams.

Commits
-------

5947f5d [Process] Implement IteratorAggregate to stream output
@HeahDude
Copy link
Contributor

HeahDude commented Apr 3, 2016

The Process CHANGELOG needs that freshness 😃

@nicolas-grekas nicolas-grekas deleted the proc-output branch April 3, 2016 14:48
*
* @return \Generator
*/
public function getIterator($blocking = true, $clearOutput = true)
Copy link
Member

Choose a reason for hiding this comment

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

This signature does not match the \IteratorAggregate, which looks weird to me.

@fabpot fabpot mentioned this pull request May 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants