Skip to content

Conversation

@nicolas-grekas
Copy link
Member

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

hasCallback (added on master in #17427) always returns true currently.

* @return WindowsPipes
*/
public static function create(Process $process, $input)
public static function create(Process $process, $input, $haveReadSupport)
Copy link
Member

Choose a reason for hiding this comment

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

Should $haveReadSupport be renamed to $hasReadSupport?

Copy link
Member Author

Choose a reason for hiding this comment

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

that's the name if the var on the constructor and I don't want to rename it there, thus same name here...

Copy link
Member

Choose a reason for hiding this comment

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

and "pipes" is plural, so that looks right here

Copy link
Member

Choose a reason for hiding this comment

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

But we should now remove the $process parameter as it is not needed anymore, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

right, fixed by removing the create method, it's not needed at all

@nicolas-grekas nicolas-grekas force-pushed the proc-clean branch 2 times, most recently from b266842 to 7a2a2d0 Compare April 4, 2016 09:50
@nicolas-grekas nicolas-grekas merged commit 3a109a2 into symfony:master Apr 4, 2016
nicolas-grekas added a commit that referenced this pull request Apr 4, 2016
…ut (nicolas-grekas)

This PR was merged into the 3.1-dev branch.

Discussion
----------

[Process] Fixes & testNonBlockingNorClearingIteratorOutput

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

hasCallback (added on master in #17427) always returns true currently.

Commits
-------

3a109a2 [Process] Fixes & testNonBlockingNorClearingIteratorOutput
@nicolas-grekas nicolas-grekas deleted the proc-clean branch April 4, 2016 15:07
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.

4 participants