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

container/commit: Actually return an error code #364

Merged
merged 1 commit into from
Sep 10, 2022

Commits on Sep 9, 2022

  1. container/commit: Actually return an error code

    I ended up rewriting a lot of this so we could more properly
    unit test it.  But the problem here boils down to `move ||` having
    *moved* the error counter into the closure, but since it's copy
    it made a new copy.
    cgwalters committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    578a4db View commit details
    Browse the repository at this point in the history