-
Notifications
You must be signed in to change notification settings - Fork 694
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
TemplateParameters do not return Option #1305
Conversation
Looks good, thank you very much. Sorry for not seeing the last commit in #1245 @ericho :(. This one looks ready to land while that one still seemed to change behavior, so let's land this instead. @bors-servo r+ |
📌 Commit ca48146 has been approved by |
🔒 Merge conflict |
☔ The latest upstream changes (presumably #1303) made this pull request unmergeable. Please resolve the merge conflicts. |
Rebased.
…On Sat, Apr 7, 2018 at 9:58 AM, bors-servo ***@***.***> wrote:
☔️ The latest upstream changes (presumably #1303
<#1303>) made this
pull request unmergeable. Please resolve the merge conflicts.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1305 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABdsPJBQaBEMa9Q2yCrSjHLWR0m1Iv3Aks5tmMYOgaJpZM4TLEK2>
.
|
@emilio could I get another r+? |
@bors-servo r+ Sure, thanks both! |
📌 Commit 9b69f3e has been approved by |
💔 Test failed - status-travis |
I bisected this down to the
|
Oops, the first bad commit is the first commit. Did something wrong the first time. |
Oh, hang on. This also failed on master https://travis-ci.org/rust-lang-nursery/rust-bindgen/builds/363772130. I think this is because we silently picked up proc-macro 0.3.6 which includes dtolnay/proc-macro2@489c642. I'm going to pin to 0.3.5 and see what happens. |
@emilio can I get another run, please? |
Yeah, sorry for the lag. Thanks again! @bors-servo r+ |
📌 Commit 8660c09 has been approved by |
💔 Test failed - status-travis |
Only one test timed out. |
Fixes #960.
Closes #1245.
I found it useful to do this incrementally, changing each method in a separate commit and ensuring the tests continue to pass unchanged.
r? @emilio
/cc @ericho