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

Windows: Iterative remove_dir_all #96412

Merged
merged 3 commits into from
Jun 25, 2022
Merged

Commits on Apr 25, 2022

  1. Windows: Iterative remove_dir_all

    This will allow better strategies for use of memory and File handles. However, fully taking advantage of that is left to future work.
    ChrisDenton committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8b1f85c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Retry deleting a directory

    It's possible that a file in the directory is pending deletion. In that case we might succeed after a few attempts.
    ChrisDenton committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8dc4696 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    d579665 View commit details
    Browse the repository at this point in the history