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

Stabilize std::io::Buf{Reader, Writer}::capacity #72924

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

JohnTitor
Copy link
Member

Closes #68833
FCP is done here: #68833 (comment)

@rust-highfive
Copy link
Collaborator

r? @shepmaster

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 2, 2020
@@ -198,7 +197,7 @@ impl<R> BufReader<R> {
/// Ok(())
/// }
/// ```
#[unstable(feature = "buffered_io_capacity", issue = "68833")]
#[stable(feature = "buffered_io_capacity", since = "1.46.0")]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I set 1.46.0 here since promoting will happen soon.

@Lucretiel
Copy link
Contributor

Not a blocker, but related: #72919

@jonas-schievink jonas-schievink added relnotes Marks issues that should be documented in the release notes of the next release. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Jun 2, 2020
@jonas-schievink jonas-schievink added this to the 1.45 milestone Jun 2, 2020
@shepmaster
Copy link
Member

I set 1.46.0 here

@jonas-schievink added this to the 1.45 milestone 18 minutes ago

@jonas-schievink
Copy link
Contributor

Milestones don't have to be accurate right away, but they need to be set so the release team can update them when a new Rust version is released.

@shepmaster
Copy link
Member

Based on the FCP...

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 3, 2020

📌 Commit 7d27c63 has been approved by shepmaster

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 3, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 3, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#72586 (split select into submodules)
 - rust-lang#72900 (Don't count pathless --extern for unused-crate-dependencies warnings)
 - rust-lang#72924 (Stabilize `std::io::Buf{Reader, Writer}::capacity`)
 - rust-lang#72942 (clean up E0641 explanation)
 - rust-lang#72945 (Updated documentation for Control Flow Guard)

Failed merges:

r? @ghost
@bors bors merged commit ec2826c into rust-lang:master Jun 3, 2020
@JohnTitor JohnTitor deleted the stabilize-buf-capacity branch June 3, 2020 20:06
@JohnTitor JohnTitor modified the milestones: 1.45, 1.46 Jun 30, 2020
@JohnTitor
Copy link
Member Author

Updated the milestone following the stabilize version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking issue for std::io::{BufReader, BufWriter}::capacity
6 participants