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

Fix compile_fail tag #33793

Merged
merged 1 commit into from
May 30, 2016
Merged

Fix compile_fail tag #33793

merged 1 commit into from
May 30, 2016

Conversation

GuillaumeGomez
Copy link
Member

@@ -66,7 +68,7 @@ this restriction.

This happens when a trait has a method like the following:

```compile_fail
```ignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not clear on why we're ignoring these

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't. Thanks for noticing!

@steveklabnik
Copy link
Member

So, this patch seems sensible, but because of the lack of description, it took me a while to figure out exactly what it was doing, and what the problem is. Could you maybe amend the commit message to describe exactly what's going on here, and squash? Thanks

@@ -262,17 +262,19 @@ fn runtest(test: &str, cratename: &str, cfgs: Vec<String>, libs: SearchPaths,
control.after_analysis.stop = Compilation::Stop;
}

let res = panic::catch_unwind(AssertUnwindSafe(|| {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this reads better having the panic + closure in a variable and then later matching the variable rather than doing both at once.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's a question of point of view? For me it's better this way but if someone else agrees with you, then I'll do it again in two steps.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure, personally. I can see it both ways.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well... Thanks? 😆

@GuillaumeGomez
Copy link
Member Author

@steveklabnik: I splitted the two commits to make the review easier. I guess it wasn't a good idea. So just in case, the first commit was to fix cases where the compilation went fine when it was expecting that it'd fail. Second case just update the cases where it now fails because of this change.

@GuillaumeGomez
Copy link
Member Author

Ok, so now commits have been squashed and commit message has been rewritten. It just remains the little syntax issue @jonathandturner reported (but I need another confirmation before removing it).

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented May 24, 2016

📌 Commit 44e9ae0 has been approved by steveklabnik

@steveklabnik
Copy link
Member

@bors: rollup-

@bors
Copy link
Collaborator

bors commented May 25, 2016

☔ The latest upstream changes (presumably #33833) made this pull request unmergeable. Please resolve the merge conflicts.

@GuillaumeGomez
Copy link
Member Author

@bors: r=steveklabnik

@bors
Copy link
Collaborator

bors commented May 25, 2016

📌 Commit 7a5bf59 has been approved by steveklabnik

@bors
Copy link
Collaborator

bors commented May 26, 2016

⌛ Testing commit 7a5bf59 with merge 4572819...

…expected to and was still considered 'ok')

* Fix error explanations tests/tags
@bors
Copy link
Collaborator

bors commented May 26, 2016

💔 Test failed - auto-win-gnu-32-opt-rustbuild

@GuillaumeGomez
Copy link
Member Author

Updated.

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented May 27, 2016

📌 Commit abe9961 has been approved by steveklabnik

@bors
Copy link
Collaborator

bors commented May 29, 2016

⌛ Testing commit abe9961 with merge cac25b7...

@bors
Copy link
Collaborator

bors commented May 29, 2016

💔 Test failed - auto-linux-64-opt-rustbuild

@GuillaumeGomez
Copy link
Member Author

GuillaumeGomez commented May 29, 2016

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented May 29, 2016

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: save-temps was moved under the -C switch #33902

@bors
Copy link
Collaborator

bors commented May 29, 2016

📌 Commit abe9961 has been approved by GuillaumeGomez

@GuillaumeGomez
Copy link
Member Author

@bors: retry

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request May 29, 2016
bors added a commit that referenced this pull request May 29, 2016
Rollup of 10 pull requests

- Successful merges: #33793, #33893, #33902, #33912, #33913, #33914, #33917, #33931, #33937, #33938
- Failed merges:
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request May 29, 2016
@bors
Copy link
Collaborator

bors commented May 30, 2016

⌛ Testing commit abe9961 with merge e73aba1...

@bors
Copy link
Collaborator

bors commented May 30, 2016

💔 Test failed - auto-linux-64-cross-netbsd

@GuillaumeGomez
Copy link
Member Author

@bors: retry

@bors
Copy link
Collaborator

bors commented May 30, 2016

⌛ Testing commit abe9961 with merge 623cb7a...

Manishearth added a commit to Manishearth/rust that referenced this pull request May 30, 2016
@bors
Copy link
Collaborator

bors commented May 30, 2016

⛄ The build was interrupted to prioritize another pull request.

bors added a commit that referenced this pull request May 30, 2016
Rollup of 8 pull requests

- Successful merges: #33793, #33893, #33912, #33913, #33914, #33917, #33937, #33938
- Failed merges:
@bors bors merged commit abe9961 into rust-lang:master May 30, 2016
@bors
Copy link
Collaborator

bors commented May 30, 2016

☔ The latest upstream changes (presumably #33959) made this pull request unmergeable. Please resolve the merge conflicts.

@GuillaumeGomez GuillaumeGomez deleted the compile_fail branch May 30, 2016 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants