Skip to content
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

Do not report errors from regionck if other errors were already reported #32164

Merged
merged 2 commits into from
Mar 13, 2016

Conversation

nikomatsakis
Copy link
Contributor

Do not report errors from regionck if other errors were already reported during the lifetime of this inferencer. Fixes #30580.

r? @arielb1

reported during the lifetime of this inferencer. Fixes rust-lang#30580.
@nikomatsakis
Copy link
Contributor Author

cc @eddyb

@eddyb
Copy link
Member

eddyb commented Mar 10, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Mar 10, 2016

📌 Commit 0ddc17d has been approved by eddyb

@nikomatsakis nikomatsakis added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Mar 10, 2016
@nikomatsakis
Copy link
Contributor Author

Nominating for beta. Tiny diff, but these errors seem to have become much more common lately.

@nikomatsakis nikomatsakis added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. beta-accepted Accepted for backporting to the compiler in the beta channel. labels Mar 10, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 12, 2016
Do not report errors from regionck if other errors were already reported

Do not report errors from regionck if other errors were already reported during the lifetime of this inferencer. Fixes rust-lang#30580.

r? @arielb1
@bors
Copy link
Contributor

bors commented Mar 13, 2016

⌛ Testing commit 0ddc17d with merge 4bedc11...

@bors
Copy link
Contributor

bors commented Mar 13, 2016

💔 Test failed - auto-win-msvc-32-opt

@arielb1
Copy link
Contributor

arielb1 commented Mar 13, 2016

@bors retry

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 13, 2016
Do not report errors from regionck if other errors were already reported

Do not report errors from regionck if other errors were already reported during the lifetime of this inferencer. Fixes rust-lang#30580.

r? @arielb1
bors added a commit that referenced this pull request Mar 13, 2016
Rollup of 4 pull requests

- Successful merges: #32164, #32179, #32212, #32218
- Failed merges:
@bors bors merged commit 0ddc17d into rust-lang:master Mar 13, 2016
@eddyb
Copy link
Member

eddyb commented Mar 13, 2016

@rust-lang/tools We need a snapshot after this to make compiler development bearable, but at the same time, we'll want a snapshot after #32080 to set up the test bot, not sure how long review will take.

@alexcrichton
Copy link
Member

I'll plan on making a new snapshot once #32080 lands and if that takes too long can just go ahead and do it sooner.

bors added a commit that referenced this pull request Mar 20, 2016
Update snapshots to 2016-03-18 (235d774).

The new snapshots notably include @nikomatsakis' #32164 fix for the regionck error spew.
Also, `./configure --enable-orbit` *and/or* `make RUSTFLAGS="-Z orbit"` should work now (#32080).
@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Mar 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants