-
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
Tracking issue for release notes of #128316: Stabilize most of io_error_more
#131396
Comments
From what I can tell, this should be just closed, because it's simply API stabilization: #130825 (comment) @rustbot close (Probably don't have enough rights for that) |
Correct me if I'm wrong, but shouldn't release tracking issues stay open until the change has actually been included in the release notes? |
Upgrade the version of Rust and related tooling from 1.81.0 to 1.82.0, which was recently released [1]. Additionally, this sets the version in the project manifest (Cargo.toml) for completeness (found via the new `cargo info` command). The `io_error_more` gate is still applicable - verified based on the corresponding GitHub issue and running the tests with the related code removed. However, it seems 1.83 will be the end of this, see [2]. For the update to Clippy, two new rules from the "Restrictions" group were explicitly enabled as they're relevant to this project. I also re- evaluated the allow directive for the `ignore_unit_patterns` lint and decided to just refactor the codebase in line with the lint instead (it was allowed in 44b36a5 originally, based on the reason given there I *guess* the noisiness has been reduced by Clippy in the meanwhile). Lastly, this fixes a problem in the ephemeral development environment where some `just` commands would fail because git did not recognize the working directory as trusted. This has been addressed by telling git to trust it. -- 1. https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html 2. rust-lang/rust#131396
Upgrade the version of Rust and related tooling from 1.81.0 to 1.82.0, which was recently released [1]. Additionally, this sets the version in the project manifest (Cargo.toml) for completeness (found via the new `cargo info` command). The `io_error_more` gate is still applicable - verified based on the corresponding GitHub issue and running the tests with the related code removed. However, it seems 1.83 will be the end of this, see [2]. For the update to Clippy, two new rules from the "Restrictions" group were explicitly enabled as they're relevant to this project. I also re- evaluated the allow directive for the `ignore_unit_patterns` lint and decided to just refactor the codebase in line with the lint instead (it was allowed in 44b36a5 originally, based on the reason given there I *guess* the noisiness has been reduced by Clippy in the meanwhile). Lastly, this fixes a problem in the ephemeral development environment where some `just` commands would fail because git did not recognize the working directory as trusted. This has been addressed by telling git to trust it. -- 1. https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html 2. rust-lang/rust#131396
This is included in "Stabilized APIs", so it doesn't need its own relnotes entry. (We create that list from |
This issue tracks the release notes text for #128316.
Steps
Release notes text
The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).
Tip
Use the previous releases categories to help choose which one(s) to use.
The category will be de-duplicated with all the other ones by the release team.
More than one section can be included if needed.
Release blog section
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
Otherwise leave it empty.
cc @GrigorenkoPV, @dtolnay -- origin issue/PR authors and assignees for starting to draft text
The text was updated successfully, but these errors were encountered: