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

deps: Update syntex_syntax to 0.29.1 #847

Merged
merged 1 commit into from
Mar 9, 2016

Conversation

kamalmarhubi
Copy link
Contributor

No description provided.

@kamalmarhubi
Copy link
Contributor Author

Opened #849 to fix nightly build.

@kamalmarhubi kamalmarhubi force-pushed the update-syntex_syntax branch from 99de88e to 589dabd Compare March 2, 2016 18:10
@kamalmarhubi
Copy link
Contributor Author

Rebased to pick up #843.

@nrc
Copy link
Member

nrc commented Mar 9, 2016

Thanks! (And sorry for the slow review - vacation).

nrc added a commit that referenced this pull request Mar 9, 2016
@nrc nrc merged commit 9302963 into rust-lang:master Mar 9, 2016
@kamalmarhubi
Copy link
Contributor Author

No worries! I hope you enjoyed the vacation :-)

kamalmarhubi added a commit to kamalmarhubi/rustfmt that referenced this pull request Apr 7, 2016
The error handling in libsyntax changed to use a `DiagnosticBuilder`
type in the `Err` variant of `PResult`. This type has `emit()` and
`cancel()` methods. Once created, errors must be emitted or canceled; if
not, the `Drop` impl on `DiagnosticBuilder` will panic.

The first syntex_syntax release to include this change was v0.25.0. The
bump from v0.23.0 to v0.29.1 in rust-lang#847 did not add any `cancel()` calls,
even though at least one was required. There may be others not caught in
this commit.
kamalmarhubi added a commit to kamalmarhubi/rustfmt that referenced this pull request Apr 7, 2016
The error handling in libsyntax changed to use a `DiagnosticBuilder`
type in the `Err` variant of `PResult`. This type has `emit()` and
`cancel()` methods. Once created, errors must be emitted or canceled; if
not, the `Drop` impl on `DiagnosticBuilder` will panic.

The first syntex_syntax release to include this change was v0.25.0. The
bump from v0.23.0 to v0.29.1 in rust-lang#847 did not add any `cancel()` calls,
even though at least one was required. There may be others not caught in
this commit.
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.

2 participants