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

degrade gracefully with empty spans #33369

Merged
merged 1 commit into from
May 8, 2016

Conversation

nikomatsakis
Copy link
Contributor

In #32756, we solved the final test failure, but digging more into it the handling of that scenario could be better. The error was caused by an empty span supplied by the parser representing EOF. This patch checks that we cope more gracefully with such spans:

r? @jonathandturner

@sophiajt
Copy link
Contributor

sophiajt commented May 3, 2016

@bors: r+ f030b5d

@nikomatsakis
Copy link
Contributor Author

@bors r=jntrnr

@bors
Copy link
Contributor

bors commented May 4, 2016

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

@bors
Copy link
Contributor

bors commented May 4, 2016

📌 Commit f030b5d has been approved by jntrnr

@bors
Copy link
Contributor

bors commented May 8, 2016

⌛ Testing commit f030b5d with merge 40a4c64...

Manishearth added a commit to Manishearth/rust that referenced this pull request May 8, 2016
…=jntrnr

degrade gracefully with empty spans

In rust-lang#32756, we solved the final test failure, but digging more into it the handling of that scenario could be better. The error was caused by an empty span supplied by the parser representing EOF. This patch checks that we cope more gracefully with such spans:

r? @jonathandturner
@bors
Copy link
Contributor

bors commented May 8, 2016

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

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

- Successful merges: #33369, #33373, #33404, #33406, #33420, #33424, #33426, #33473
- Failed merges:
Manishearth added a commit to Manishearth/rust that referenced this pull request May 8, 2016
…=jntrnr

degrade gracefully with empty spans

In rust-lang#32756, we solved the final test failure, but digging more into it the handling of that scenario could be better. The error was caused by an empty span supplied by the parser representing EOF. This patch checks that we cope more gracefully with such spans:

r? @jonathandturner
bors added a commit that referenced this pull request May 8, 2016
Rollup of 8 pull requests

- Successful merges: #33369, #33373, #33404, #33406, #33420, #33424, #33426, #33473
- Failed merges:
@bors bors merged commit f030b5d into rust-lang:master May 8, 2016
@nikomatsakis nikomatsakis deleted the graceful-empty-span branch October 3, 2016 14:55
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.

3 participants