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

Use a proper stack for soft failures so they compose correctly #254

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

evant
Copy link
Collaborator

@evant evant commented Nov 8, 2019

Before pushing a soft failure when there was none would be ignored. This
causes a problem when using the failIf feature as that condition will be
ignored too.

Fixes #253

Before pushing a soft failure when there was none would be ignored. This
causes a problem when using the failIf feature as that condition will be
ignored too.

Fixes #253
@evant evant requested review from nishtahir and rf43 as code owners November 8, 2019 16:52
@evant evant merged commit 1d73503 into master Nov 8, 2019
@evant evant deleted the bugfix/nested-soft-failures branch November 8, 2019 18:32
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.

all in combination with atLeast doesn't compose nicely
1 participant