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

Don't fail if we can't acquire readonly lock #7149

Merged
merged 1 commit into from
Jul 19, 2019

Commits on Jul 19, 2019

  1. Don't fail if we can't acquire readonly lock

    This commit updates support from rust-lang#6940 to not only gracefully handle
    situations where the lock can be acquired in readonly but not read/write
    mode but also handle situations where even a readonly lock can't be
    acquired. If a readonly lock can't be acquired (and the read/write
    failed) then we likely can't touch anything in the directory, so there's
    no value gained from locking anyway.
    
    Closes rust-lang#7147
    alexcrichton committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    650ae65 View commit details
    Browse the repository at this point in the history