-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rust 1.26.1 point release #50756
Comments
I'd like to propose #50694 for an eventual point release, it makes |
It sounds like #50646 has already been fixed in the beta channel. Does the backport require a new PR? |
#49462 affects ARM as well as FreeBSD. I think the point release is warranted. |
I'd like to strongly vote in favor of a point release containing the fix for #50646. |
We should also backport #49523. Right now the distributed source of the 1.26.0 release artifacts don't contain release notes for the 1.26.0 release, which is bad. |
We're getting quite a lot of reports of problems on the RLS repo, so I'd be in favour of a point release for the RLS. I'll put together a PR. I'd also like to update rustfmt due to rust-lang/rustfmt#2695 |
PR for RLS/Rustfmt: #50794 |
I nominate #50811 to be included. |
Discussed and approved at today's core team meeting. We wanted to include RLS/Rustfmt, termination trait, NaN in consts, and missing manifests (they were all decided either to be high reward or low risk enough to justify inclusion). |
No. We missed that one. Ping @rust-lang/core - how do we feel about another inclusion? |
iiuc it is not a stability concern, just a bug-fix since we currently stack overflow. It looks like a non-trivial patch to me, but I'm not in a great place to judge. Seems like we could live without it. |
Added some recent errors to #50646, currently happening on nightly, jic they're of relevance. |
The point release PR is up. I believe it includes all items we'd like to; if your desired PR wasn't included please let me know. |
Is this testable via rustup or download? |
There is no build yet, after the PR will be merged a build will appear in the dev-static bucker. |
Release artifacts are built, you can run |
There are a few bad bugs in the 1.26.0 release, and there is a discussion (#50646 (comment)) about making a point release with a few backports. This issue tracks the PRs we would like to backport, and if we should do the point release at all.
cc @rust-lang/release @rust-lang/core
fn main() -> impl Trait
for non-Termination
trait #50656: Fixfn main() -> impl Trait
for non-Termination
traitNaN > NaN
was true). #50812:NaN > NaN
The text was updated successfully, but these errors were encountered: