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

add InProgress ErrorKind gated behind io_error_inprogress feature #130789

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

aviramha
Copy link
Contributor

@rustbot
Copy link
Collaborator

rustbot commented Sep 24, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Noratrieb (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 24, 2024
@rust-log-analyzer

This comment has been minimized.

@Noratrieb
Copy link
Member

nice, could you squash the commits together? you've got my approval afterwards 🐱

@aviramha
Copy link
Contributor Author

nice, could you squash the commits together? you've got my approval afterwards 🐱

Done :)
Thanks for the swift review! 😸

library/std/src/io/error.rs Outdated Show resolved Hide resolved
@Noratrieb
Copy link
Member

thanks!
@bors r+ rollup

@bors
Copy link
Contributor

bors commented Sep 24, 2024

📌 Commit 46fd76e has been approved by Noratrieb

It is now in the queue for this repository.

@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 Sep 24, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 25, 2024
Rollup of 7 pull requests

Successful merges:

 - rust-lang#130234 (improve compile errors for invalid ptr-to-ptr casts with trait objects)
 - rust-lang#130752 (Improve assembly test for CMSE ABIs)
 - rust-lang#130764 (Separate collection of crate-local inherent impls from error tracking)
 - rust-lang#130788 (Pin memchr to 2.5.0 in the library rather than rustc_ast)
 - rust-lang#130789 (add InProgress ErrorKind gated behind io_error_inprogress feature)
 - rust-lang#130793 (Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure)
 - rust-lang#130798 (rustdoc: inherit parent's stability where applicable)

Failed merges:

 - rust-lang#130735 (Simple validation for unsize coercion in MIR validation)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 147aa86 into rust-lang:master Sep 25, 2024
6 checks passed
@rustbot rustbot added this to the 1.83.0 milestone Sep 25, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 25, 2024
Rollup merge of rust-lang#130789 - aviramha:add_inprogress, r=Noratrieb

add InProgress ErrorKind gated behind io_error_inprogress feature

Follow up on rust-lang/libs-team#92 (comment)
@aviramha aviramha deleted the add_inprogress branch September 25, 2024 08:01
@GrigorenkoPV
Copy link
Contributor

Should a tracking issue be created?

@Noratrieb
Copy link
Member

you are absolutely correct, I noticed that during review and then forgot to comment about it, thanks.
@aviramha please create a tracking issue and submit another PR updating the issue = number that you set to none, sorry for forgetting about it

@Noratrieb
Copy link
Member

no, let me do that for you

@Noratrieb
Copy link
Member

I put up #130842

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 25, 2024
…s, r=jieyouxu

Add tracking issue for io_error_inprogress

I forgot to mention this in rust-lang#130789
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 25, 2024
Rollup merge of rust-lang#130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu

Add tracking issue for io_error_inprogress

I forgot to mention this in rust-lang#130789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-unix Operating system: Unix-like S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants