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

Issue #656: Add \Robo\Collection\TaskForEach::setIterable() #659

Merged

Conversation

Sweetchuck
Copy link
Contributor

@Sweetchuck Sweetchuck commented Dec 12, 2017

Issue #656

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes


use Robo\Collection\CollectionBuilder;

class ForEachCest {

Choose a reason for hiding this comment

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

  • Each class must be in a namespace of at least one level (a top-level vendor name)
  • Opening brace of a class must be on the line after the definition

@greg-1-anderson
Copy link
Member

"The provided cwd does not exist" (failure in Appveyor build) is fixed in #651.

This should also go away on its own in the next stable release of Symfony/Process.

@greg-1-anderson
Copy link
Member

Rebase with master and your Appveyor tests should pass.

@Sweetchuck Sweetchuck force-pushed the i656-task-for-each-iterable branch 2 times, most recently from 6220d48 to f7a1511 Compare December 16, 2017 11:43
use Robo\Collection\CollectionBuilder;
use Robo\State\Data;

class ForEachCest {

Choose a reason for hiding this comment

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

  • Each class must be in a namespace of at least one level (a top-level vendor name)
  • Opening brace of a class must be on the line after the definition

use Robo\Collection\CollectionBuilder;
use Robo\State\Data;

class ForEachCest {

Choose a reason for hiding this comment

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

  • Each class must be in a namespace of at least one level (a top-level vendor name)
  • Opening brace of a class must be on the line after the definition

@Sweetchuck
Copy link
Contributor Author

I think this pull request solves the issue #655 as well. (test included)

use Robo\Collection\CollectionBuilder;
use Robo\State\Data;

class ForEachCest

Choose a reason for hiding this comment

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

Each class must be in a namespace of at least one level (a top-level vendor name)

@Sweetchuck
Copy link
Contributor Author

What is wrong with this pull request?

@greg-1-anderson
Copy link
Member

It's perfect; I was waiting for the apveyor tests to be fixed, but somehow didn't notice that you had done that.

@greg-1-anderson greg-1-anderson merged commit 79c04e5 into consolidation:master Feb 2, 2018
@Sweetchuck Sweetchuck deleted the i656-task-for-each-iterable branch January 5, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants