stabilized iterator_for_each (closes #42986) by budziq · Pull Request #44567 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation20 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
Failed to start the CI. Please update src/Cargo.lock.
[00:00:49] error: the lock file needs to be updated but --frozen was passed to prevent this
This needs to wait for completed FCP, right?
Looks great to me, thanks @budziq! Looks like some stray submodule updates were included though?
@cuviper yeah for APIs we don't wait for the FCP to end, we just go ahead and throw them in once the team has signed off.
Failed to start the CI. Please update src/Cargo.lock.
@kennytm Updated with Cargo.lock. Sorry about that!
Looks like some stray submodule updates were included though?
@alexcrichton The submodule updates were intentional due to rls and clipy depending on iterator_for_each. I've made PR's to their respective repos (rls, clippy) and updated the submodules to the PR commits according to this section in CONTRIBUTING.md
I might have misunderstood the instructions so I will be glad to fix any problems!
I might have misunderstood the instructions so I will be glad to fix any problems!
You're the first person to follow said instructions. Thanks!
If any problems show up with the process it's with the instructions and not you ;) Travis seems to like it so far.
📌 Commit b0655b1 has been approved by alexcrichton
@bors: r-
Er actually, we prefer that our submodules are attached to long-lived commits which are at least somewhat relatively guaranteed to stick around into the future. In that sense the section of the contributing docs is wrong I believe in that we don't want to pin our submodules to PRs.
Does stabilization here cause build failures? If not can the submodule updates happen later on the master branch?
Does stabilization here cause build failures?
The stabilization will cause build failure for rls and test failure in clippy. I believe that we have a chicken and egg problem here and the stabilization and submodule PR's should proceed in lockstep (submodules first to generate a long lived commit and shortly then the lang repo). But this is is actually a question to the maintainers 😄.
You can ignore clippy for now as we're not building it anyway, but for the rls we'll need to make a long-lived branch, which you can coordinate with @nrc for that
@nrc can you make a branch of the RLS for this?
📌 Commit 8772227 has been approved by alexcrichton
alexcrichton added a commit to alexcrichton/rust that referenced this pull request
… r=alexcrichton
stabilized iterator_for_each (closes rust-lang#42986)
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
… r=alexcrichton
stabilized iterator_for_each (closes rust-lang#42986)
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
📌 Commit b715290 has been approved by alexcrichton
bors added a commit that referenced this pull request
Rollup of 19 pull requests
- Successful merges: #44273, #44356, #44395, #44531, #44537, #44542, #44560, #44567, #44574, #44577, #44586, #44589, #44590, #44593, #44598, #44606, #44609, #44616, #44631
- Failed merges:
TimNN added a commit to TimNN/rust that referenced this pull request
… r=alexcrichton
stabilized iterator_for_each (closes rust-lang#42986)
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
TimNN mentioned this pull request
TimNN added a commit to TimNN/rust that referenced this pull request
… r=alexcrichton
stabilized iterator_for_each (closes rust-lang#42986)
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
TimNN mentioned this pull request
TimNN added a commit to TimNN/rust that referenced this pull request
… r=alexcrichton
stabilized iterator_for_each (closes rust-lang#42986)
Also updated clippy and rls as these use the iterator_for_each
I've made my first PR's today so most likely I've done something wrong. Sorry about that!
TimNN mentioned this pull request
bors added a commit that referenced this pull request
Rollup of 17 pull requests
- Successful merges: #44073, #44088, #44381, #44397, #44509, #44533, #44549, #44553, #44562, #44567, #44595, #44604, #44617, #44622, #44630, #44639, #44647
- Failed merges:
budziq deleted the stabilize_iterator_for_each branch
Marks issues that should be documented in the release notes of the next release.
and removed S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
labels
dtolnay added a commit to dtolnay/rust that referenced this pull request
This was referenced
Sep 25, 2017
dtolnay added a commit to dtolnay/rust that referenced this pull request
bors added a commit that referenced this pull request
[beta] Backport accepted PRs to 1.21
Backport of:
- ~don't suggest placing
usestatements into expanded code #44215 - stabilize tcpstream_connect_timeout #44563
- stabilized iterator_for_each #44567
- travis: Move sccache to the us-west-1 region #44574
- stabilized ord_max_min #44593
- stabilized compiler_fences #44595
- ci: Upload/download from a new S3 bucket #44617
- stabilized needs_drop #44639
- Stabilized vec_splice and modified splice tracking issue #44640
- Backport libs stabilizations to 1.21 beta #44824
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request
kennytm added a commit to kennytm/rust that referenced this pull request
Labels
Accepted for backporting to the compiler in the beta channel.
Marks issues that should be documented in the release notes of the next release.