Skip to content

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
Collaborator

bors commented May 4, 2016

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

@bors
Copy link
Collaborator

bors commented May 4, 2016

📌 Commit f030b5d has been approved by jntrnr

@bors
Copy link
Collaborator

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
Collaborator

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