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

Commits on Feb 24, 2024

  1. fix: Fix broken rollback in xtask pipeline.

    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>
    alilleybrinker committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    739f997 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix: Replace while loop with for loop for Clippy

    Clippy flagged the prior version of the loop, and this change satisfies
    Clippy.
    
    Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
    alilleybrinker committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    85a21bf View commit details
    Browse the repository at this point in the history