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

Update to fix upcoming changes in Robo. #1670

Merged
merged 2 commits into from
Mar 31, 2017
Merged

Update to fix upcoming changes in Robo. #1670

merged 2 commits into from
Mar 31, 2017

Conversation

greg-1-anderson
Copy link
Member

Robo is enhancing its configuration features in consolidation/robo#552.

I started a PR to rework Terminus configuration to use the Robo ConfigProcessor class to load Terminus' configuration, and got far enough to be confident that doing this would not present any problems, if the new features are desired in Terminus.

This is not necessary, though; this PR demonstrates that the existing Terminus configuration classes can continue to work with the updated Robo. A few minor changes are needed to Terminus at places where it touches Robo internals; see diff for details.

A couple Terminus tests fail, because they use mocks to make assertions about the internal behavior of Robo, which changes with #552. It would be great if someone could do me the favor of updating those at some point.

This PR should not be merged until #552 is merged, and Robo 1.1.0 is tagged.

@greg-1-anderson
Copy link
Member Author

Robo 1.0.6 has been tagged; this means that anyone who has a project that requires Terminus as a dependency is failing until this PR is merged.

@greg-1-anderson
Copy link
Member Author

Workaround: run composer require consolidation/robo:1.0.5 and composer update in project to pin it to Robo 1.0.5 until this PR is merged.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.4%) to 94.103% when pulling 80fc776 on robo-update into cd3f30a on master.

@greg-1-anderson greg-1-anderson merged commit c98743d into master Mar 31, 2017
@TeslaDethray TeslaDethray deleted the robo-update branch February 20, 2019 21:33
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.

2 participants