Skip to content

[Console] Support iterable in some methods #9634

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

Closed
javiereguiluz opened this issue Apr 20, 2018 · 1 comment
Closed

[Console] Support iterable in some methods #9634

javiereguiluz opened this issue Apr 20, 2018 · 1 comment
Labels
Console hasPR A Pull Request has already been submitted for this issue.
Milestone

Comments

@javiereguiluz
Copy link
Member

javiereguiluz commented Apr 20, 2018

Very useful if you just want to print something from a generator. Using array requires everything in memory. Lets make use of the new iterable type.

@javiereguiluz javiereguiluz added this to the 4.1 milestone Apr 20, 2018
@javiereguiluz javiereguiluz changed the title [Console] Support iterable in SymfonyStyle::write/writeln [Console] Support iterable in some methods Apr 20, 2018
@javiereguiluz javiereguiluz added the hasPR A Pull Request has already been submitted for this issue. label May 15, 2018
javiereguiluz added a commit that referenced this issue May 22, 2018
…n() (javiereguiluz)

This PR was squashed before being merged into the 4.1 branch (closes #9776).

Discussion
----------

Documented the support of iterators in write() and writeln()

This fixes #9634.

Commits
-------

f9b9c10 Documented the support of iterators in write() and writeln()
@javiereguiluz
Copy link
Member Author

Fixed by #9776.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Console hasPR A Pull Request has already been submitted for this issue.
Projects
None yet
Development

No branches or pull requests

1 participant