Uh oh!
There was an error while loading. Please reload this page.
[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.
rust-highfive
commented
Feb 22, 2018
alexcrichton
commented
Feb 23, 2018
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? |
Mark-Simulacrum
commented
Feb 23, 2018
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
edc74f3CompareEh2406
commented
Feb 23, 2018
There is some discussion of asking for a |
edc74f3 to
a575262Comparealexcrichton
commented
Feb 26, 2018
I've added a commit which includes rust-lang/cargo#5086 as well. |
6031718 to
9853d20CompareMark-Simulacrum
commented
Feb 27, 2018
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 |
bors
commented
Feb 27, 2018
📌 Commit 9853d20 has been approved by |
kennytm
commented
Feb 27, 2018
@bors p=1000 |
bors
commented
Feb 27, 2018
⌛ Testing commit 9853d20 with merge f81cfc31499534859f933aa1a68f58ad801a4d14... |
bors
commented
Feb 27, 2018
💔 Test failed - status-appveyor |
Mark-Simulacrum
commented
Feb 27, 2018
@bors retry -- appveyor timeout |
bors
commented
Feb 27, 2018
[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.
bors
commented
Feb 27, 2018
💔 Test failed - status-travis |
alexcrichton
commented
Feb 27, 2018
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: