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

Fixed invalid call to Robo\Task\Development\SemVer::inflect() when executing task #556

Closed
wants to merge 1 commit into from

Conversation

wagnert
Copy link

@wagnert wagnert commented Apr 11, 2017

Overview

This pull request:

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

Summary

When i try to execute the task i receive the following error message:

ERROR: Call to undefined method Robo\Task\Development\SemVer::inflect() 
in /Users/wagnert/Workspace/import-cli-simple/vendor/consolidation/robo/src/Collection/CollectionBuilder.php:369

Seems, that the task doesn't implement the necessary inflect() method. Let the task extend the BaskTask class fixes the error.

Description

No additional information necessary.

@greg-1-anderson
Copy link
Member

This is a bug in the collection builder; we do not want to remove the ability for simple tasks to implement only TaskInterface.

@wagnert
Copy link
Author

wagnert commented Apr 11, 2017

No problem :) Hope the bug will be fixed as soon as possible. So feel free to close the PR.

@greg-1-anderson
Copy link
Member

Leaving open until a) it is fixed or b) there is an issue tracking the problem

@greg-1-anderson
Copy link
Member

This has been fixed in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants