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: Fix broken rollback in xtask pipeline. #132

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

alilleybrinker
Copy link
Member

The prior implementation of step pipelining in xtask actually didn't
implement rollback correctly, and would "undo" steps it hadn't done
yet. This new implementation is correct.

Signed-off-by: Andrew Lilley Brinker alilleybrinker@gmail.com

The prior implementation of step pipelining in xtask actually didn't
implement rollback correctly, and would "undo" steps it hadn't done
yet. This new implementation is correct.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
Clippy flagged the prior version of the loop, and this change satisfies
Clippy.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
@alilleybrinker alilleybrinker merged commit ec3aa1c into main Feb 29, 2024
8 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/xtask-improve branch February 29, 2024 17:55
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.

1 participant