-
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
[stable] 1.24.1 stable release #48445
Conversation
These no longer work now that Cargo changes the cwd of rustc while it's running. Instead use an absolute path that's set by rustbuild.
Since stable is so much more "expensive" to release for us I'd personally be far more comfortable only landing changes that are already released and tested in beta and stable, but would that delay this too much? |
Hm, I don't think so -- I'll go ahead and merge the relevant PRs that exist and try to put up PRs where they don't. We're currently targeting Monday for the release, though I have a feeling that will slip to Thursday while we wait for confirmation from stakeholders (after we've uploaded artifacts to dev-static). |
93220f0
to
edc74f3
Compare
There is some discussion of asking for a |
edc74f3
to
a575262
Compare
I've added a commit which includes rust-lang/cargo#5086 as well. |
6031718
to
9853d20
Compare
Discussed with @alexcrichton, we're going to go ahead and merge this. We'll be discussing this further during the next core team meeting and deciding whether or not we will actually release 1.24.1 then. @bors r=alexcrichton |
📌 Commit 9853d20 has been approved by |
@bors p=1000 |
⌛ Testing commit 9853d20 with merge f81cfc31499534859f933aa1a68f58ad801a4d14... |
💔 Test failed - status-appveyor |
@bors retry -- appveyor timeout |
[stable] 1.24.1 stable release The includes the following commits: - 6a600f8: Fixes #48251, unwinding through FFI no longer aborts - cuviper@b445a52: Fixes #48308, fixing the error index generator - f8e00d0: Fixes #48318 by emitting UTF-16 output on MSVC targets. - 2a0af8c448: Bumps the version number to 1.24.1. - 93220f0f45: Release notes - 6031718d8836f95bbfeddfaa63f1ee1d66e53f26: Cargo TLS warnings on Windows.
💔 Test failed - status-travis |
The current docs say it will abort, however that behavior was actually reverted in rust-lang/rust#48445 and is not what currently happens in stable.
The includes the following commits: