Skip to content

deps: Update syntex_syntax to 0.29.1#847

Merged
nrc merged 1 commit into
rust-lang:masterfrom
kamalmarhubi:update-syntex_syntax
Mar 9, 2016
Merged

deps: Update syntex_syntax to 0.29.1#847
nrc merged 1 commit into
rust-lang:masterfrom
kamalmarhubi:update-syntex_syntax

Conversation

@kamalmarhubi

Copy link
Copy Markdown
Contributor

No description provided.

@kamalmarhubi

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Rebased to pick up #843.

@nrc

nrc commented Mar 9, 2016

Copy link
Copy Markdown
Member

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
Copy Markdown
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