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

Add feature to allow a specific patch to fail #95

Open
peterjaap opened this issue Mar 16, 2022 · 0 comments
Open

Add feature to allow a specific patch to fail #95

peterjaap opened this issue Mar 16, 2022 · 0 comments

Comments

@peterjaap
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I have a patch that fails right now, but could pass in the future (due to circumstances not relevant to the case). I would like to have it fail now but succeed eventually.

Describe the solution you'd like
The option graceful has been added but this applies to the whole patch command. If I were to set graceful to true, all my other patches would also be allowed to fail, which I don't want.

Describe alternatives you've considered
Right now, I add @skip but that needs to removed when we upgrade the package and this is sometimes forgotten.

Additional context
I'd like to have a @graceful embedded meta-data field to allow a specific patch to fail without halting the entire patch command.

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

No branches or pull requests

1 participant