-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Stabilize File::options() #85766
Stabilize File::options() #85766
Conversation
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
@rfcbot merge |
Team member @joshtriplett has proposed to merge this. The next step is review by the rest of the tagged team members: Concerns:
Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
This comment has been minimized.
This comment has been minimized.
Looks like tests need updating to drop the feature gates. |
dc16fe3
to
c2da894
Compare
...I keep forgetting about the doctests. Fixed. |
@rfcbot concern bikeshed See #65439 (comment) This isn't to say that I will definitely block (Please put any discussion/bikeshedding in the tracking issue, to avoid splitting that discussion.) |
Looks like there's no better alternative that everyone can agree on. @rfcbot resolve bikeshed |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
☔ The latest upstream changes (presumably #90437) made this pull request unmergeable. Please resolve the merge conflicts. |
Renames File::with_options to File::options, per consensus in rust-lang#65439, and stabilizes it.
c2da894
to
caf206b
Compare
@bors r+ |
📌 Commit caf206b has been approved by |
Rollup of 10 pull requests Successful merges: - rust-lang#85766 (Stabilize File::options()) - rust-lang#88601 (Implement `Termination` for `Result<Infallible, E>`) - rust-lang#90058 (Stabilize -Z strip as -C strip) - rust-lang#90790 (Fix standard library test with read_link) - rust-lang#90834 (Android is not GNU) - rust-lang#90835 (Rename WASI's `is_character_device` to `is_char_device`.) - rust-lang#90837 (Move some tests to more reasonable directories - 9) - rust-lang#90848 (Remove bigint_helper_methods for *signed* types) - rust-lang#90892 (fix ICE on Miri/CTFE copy of half a pointer) - rust-lang#90909 (disable portable SIMD tests in Miri) Failed merges: - rust-lang#90128 (Stabilize -Z symbol-mangling-version=v0 as -C symbol-mangling-version=v0) r? `@ghost` `@rustbot` modify labels: rollup
Renames File::with_options to File::options, per consensus in
#65439, and stabilizes it.