-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Ignore ENOTSUP in file locking on Linux too #4116
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
Conversation
|
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
src/cargo/util/flock.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the comment above too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Apparently there are some filesystems that return this! Closes rust-lang#4096
|
That was highly unexpected. I accidentally clicked update branch and GH, without asking, just put in a merge commit. That's not nice. Please remove that; r=me otherwise. |
|
@bors: r=Mark-Simulacrum |
|
📌 Commit 7e3e9b2 has been approved by |
Ignore ENOTSUP in file locking on Linux too Apparently there are some filesystems that return this! Closes #4096
|
☀️ Test successful - status-appveyor, status-travis |
Apparently there are some filesystems that return this!
Closes #4096