-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Create read-only file fails on nightly #31453
Comments
This is a known change in behavior implemented in #30872 as proposed in RFC 1252. This case was specifically disallowed due to its inconsistent behavior across platforms. Adding |
nominating for discussion of the fallout, however |
A link in the RFC is broken, but this is from the OpenBSD mailing list. It says it does not work on OpenBSD and Solaris |
Ok sounds good. I didn't realize it wasn't available everywhere. I'll On Saturday, February 6, 2016, pitdicker [email protected] wrote:
|
But sorry for the breakage anyway |
The libs team discussed this during triage today and decided that the fallout here is acceptable under the API evolution RFC, so closing. Thanks again for the report though! |
cc @alexcrichton
There has recently been a regression introduced to
std::fs
. The following line results inOk
on stable andErr
on nightly:This regression is affecting Linux, Windows, and OS X. You can see it in action in recent fs2 CI builds.
The text was updated successfully, but these errors were encountered: