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

Be resilient to most IO error and filesystem loop while walking dirs #10214

Merged
merged 3 commits into from
Jan 5, 2022

Commits on Dec 20, 2021

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

Commits on Jan 5, 2022

  1. Be resilient to most IO error and filesystem loop

    Recover from IO errors wile walking directories, only abort when error
    from `walkdir` is without an path to recover.
    weihanglo committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0113ec4 View commit details
    Browse the repository at this point in the history
  2. Test IO error resilience while walking directories

    Remove `build_script::build_script_scan_eacces`  test case because cargo
    ignores it and returns its path during a `cargo build`. The caller still
    has a chance to hit the IO error if they does access it.
    weihanglo committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d92dcea View commit details
    Browse the repository at this point in the history