Skip to content

[beta] Uniform path backports - #57483

Merged
bors merged 9 commits into
rust-lang:betafrom
petrochenkov:beta
Jan 11, 2019
Merged

[beta] Uniform path backports#57483
bors merged 9 commits into
rust-lang:betafrom
petrochenkov:beta

Conversation

@petrochenkov

Copy link
Copy Markdown
Contributor

What's included:

r? @Mark-Simulacrum

@rust-highfive

Copy link
Copy Markdown
Contributor

⚠️Warning⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 10, 2019
@petrochenkov

Copy link
Copy Markdown
ContributorAuthor

@bors try

@petrochenkovpetrochenkov added S-waiting-on-crater Status: Waiting on a crater run to be completed. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 10, 2019
@bors

bors commented Jan 10, 2019

Copy link
Copy Markdown
Collaborator

⌛ Trying commit bc232d3 with merge 0d8b5d1...

bors added a commit that referenced this pull request Jan 10, 2019
[beta] Uniform path backports
What's included:
- c658d73 ("resolve: Avoid "self-confirming" resolutions in import validation", prerequisite for the following items)
- #57160 ("resolve: Fix an ICE in import validation")
- #56759 ("Stabilize `uniform_paths`")
r? @Mark-Simulacrum
@Mark-Simulacrum

Copy link
Copy Markdown
Member

cc @Aaronepower (for #57471) -- I think it's likely this will land and if necessary I can take on backing it out of stable last minute

@petrochenkov

Copy link
Copy Markdown
ContributorAuthor

@ 💂‍♂️ craterbot run start=master#2bde39b8edce6463e1c37f8a8082a875e7b536b1 end=try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c mode=check-only

@petrochenkovpetrochenkov mentioned this pull request Jan 10, 2019
@bors

bors commented Jan 10, 2019

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-travis
State: approved= try=True

@Mark-Simulacrum

Copy link
Copy Markdown
Member

@craterbot run start=master#2bde39b8edce6463e1c37f8a8082a875e7b536b1 end=try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c mode=check-only

@craterbot

Copy link
Copy Markdown
Collaborator

👌 Experiment pr-57483 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot

Copy link
Copy Markdown
Collaborator

🚧 Experiment pr-57483 is now running on agent aws-2.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@nikomatsakis

Copy link
Copy Markdown
Contributor

Discussed in the @rust-lang/compiler meeting. We decided we're definitely ok with backporting the first two PRs. As for the third PR, we don't typically backport stabilizations, but in this case this would help close a source of active problems around migration (see this list of related bugs). Therefore, 👍 to backport if the crater run results look good.

@CentrilCentril added T-lang Relevant to the language team relnotes Marks issues that should be documented in the release notes of the next release. labels Jan 11, 2019
@emilyalbini

Copy link
Copy Markdown
Member

I included c658d73 and #57160 in the rollup (#57516), so we'll only need to backport the stabilization if crater is ok.

@craterbot

Copy link
Copy Markdown
Collaborator

🎉 Experiment pr-57483 is completed!
📊 0 regressed and 1 fixed (50551 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the blacklist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbotcraterbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-crater Status: Waiting on a crater run to be completed. labels Jan 11, 2019
@emilyalbini

Copy link
Copy Markdown
Member

Crater results looks good!

@bors r+

@bors

bors commented Jan 11, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit bc232d3 has been approved by pietroalbini

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 11, 2019
emilyalbini added a commit to emilyalbini/rust that referenced this pull request Jan 11, 2019
@emilyalbiniemilyalbini mentioned this pull request Jan 11, 2019
@emilyalbini

Copy link
Copy Markdown
Member

Rolled up inside #57516.

bors added a commit that referenced this pull request Jan 11, 2019
[beta] Rollup backports
Cherry-picked:
* #57355: use the correct supertrait substitution in `object_ty_for_trait`
* #57471: Updated RELEASES.md for 1.32.0
Rolled up:
* #57483: [beta] Uniform path backports
* c658d73: resolve: Avoid "self-confirming" resolutions in import validation
* #57160: resolve: Fix an ICE in import validation
* #56759: Stabilize `uniform_paths`
r? @ghost
@bors
bors merged commit bc232d3 into rust-lang:betaJan 11, 2019
@CentrilCentril added this to the 1.32 milestone Apr 27, 2019
@petrochenkov
petrochenkov deleted the beta branch June 5, 2019 16:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotesMarks issues that should be documented in the release notes of the next release.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-langRelevant to the language team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@petrochenkov@rust-highfive@bors@Mark-Simulacrum@craterbot@nikomatsakis@emilyalbini@Centril