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

Recover from missing brackets in the parser #31555

Merged
merged 6 commits into from
Feb 15, 2016
Merged

Conversation

nrc
Copy link
Member

@nrc nrc commented Feb 11, 2016

Recover from missing brackets in the parser

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

I'm probably the wrong one to review this, but perhaps

r? @pnkfelix

(or anyone else who feels ambitious)

@pnkfelix
Copy link
Member

@nrc r=me once you fix the comment

@bors
Copy link
Contributor

bors commented Feb 11, 2016

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

@nrc
Copy link
Member Author

nrc commented Feb 12, 2016

@bors: r=pnkfelix

@bors
Copy link
Contributor

bors commented Feb 12, 2016

📌 Commit 1a91fbc has been approved by pnkfelix

@bors
Copy link
Contributor

bors commented Feb 12, 2016

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

nrc added 5 commits February 15, 2016 09:30
Some tests just add the extra errors, others I fix by doing some simple error recovery. I've tried to avoid doing too much in the hope of doing something more principled later.

In general error messages are getting worse at this stage, but I think in the long run they will get better.
@nrc
Copy link
Member Author

nrc commented Feb 14, 2016

@bors: r=pnkfelix

@bors
Copy link
Contributor

bors commented Feb 14, 2016

📌 Commit 4e1a6f6 has been approved by pnkfelix

@nrc
Copy link
Member Author

nrc commented Feb 15, 2016

@bors: r=pnkfelix

@bors
Copy link
Contributor

bors commented Feb 15, 2016

📌 Commit 73a8513 has been approved by pnkfelix

bors added a commit that referenced this pull request Feb 15, 2016
Recover from missing brackets in the parser
@bors
Copy link
Contributor

bors commented Feb 15, 2016

⌛ Testing commit 73a8513 with merge f9543a9...

@bors bors merged commit 73a8513 into rust-lang:master Feb 15, 2016
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.

5 participants