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

Fix return value of the runner #337

Merged
merged 1 commit into from
Jul 14, 2015
Merged

Conversation

sidonath
Copy link
Contributor

The refactoring in d4591fc broke throwing of :task_has_failed because the runner was changed to always return true from #run and #run_all. The invalid return value caused :task_has_failed to never be thrown, thus breaking the behavior of a group's :halt_on_fail option.

The refactoring in d4591fc broke throwing of `:task_has_failed` because
the runner was changed to always return `true` from `#run` and
`#run_all`. The invalid return value caused `:task_has_failed` to never
be thrown, thus breaking the behavior of a group's `:halt_on_fail`
option.
e2 added a commit that referenced this pull request Jul 14, 2015
@e2 e2 merged commit 0a557c1 into guard:master Jul 14, 2015
@e2
Copy link
Contributor

e2 commented Jul 14, 2015

Awesome! Thanks!

@e2
Copy link
Contributor

e2 commented Jul 14, 2015

Released as v4.6.2

@sidonath
Copy link
Contributor Author

Awesome, now to update all the gems :D

Thanks for the quick release!

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.

None yet

2 participants