-
Notifications
You must be signed in to change notification settings - Fork 707
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
Enable --rustfmt-bindings by default #1022
Conversation
Never mind, looks like I misinterpreted things. |
e5c73a2
to
0e07f9f
Compare
This looks good to me -- thanks! Is there still anything outstanding that I'm not seeing that is keeping this PR "WIP"? |
Not really, no! Unless -- should I add the flag back in and mark it deprecated? |
Yeah, let's do that, good idea. |
This patch flips --rustfmt-bindings to --no-rustfmt-bindings and enables formatting by default. If rustfmt is not accessible, a warning is printed and the bindings are printed unformatted.
0e07f9f
to
89b4dbc
Compare
@fitzgen Good to merge? |
Sorry, didn't see that you pushed new commits -- sometimes I don't get those emails for some reason... |
@bors-servo r+ Thanks @harlanhaskins ! |
📌 Commit 89b4dbc has been approved by |
Enable --rustfmt-bindings by default This patch flips --rustfmt-bindings to --no-rustfmt-bindings and enables formatting by default. If rustfmt is not accessible, a warning is printed and the bindings are printed unformatted. Addresses #977.
💔 Test failed - status-travis |
Looks like it failed downloading components: Can we re-run the tests? |
Retriggered.
…On Mon, Sep 25, 2017 at 10:19 AM, Harlan ***@***.***> wrote:
Looks like it failed downloading components:
https://travis-ci.org/rust-lang-nursery/rust-bindgen/jobs/279586683
Can we re-run the tests?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#1022 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEjS9XIJmK4EIgn0M6cb024pF3QQoLbks5sl-C7gaJpZM4PhK3D>
.
|
Did you delete the branch? Can you un-delete it until this is fully merged?
On Mon, Sep 25, 2017 at 10:21 AM, Nick Fitzgerald <[email protected]>
wrote:
… Retriggered.
On Mon, Sep 25, 2017 at 10:19 AM, Harlan ***@***.***> wrote:
> Looks like it failed downloading components:
> https://travis-ci.org/rust-lang-nursery/rust-bindgen/jobs/279586683
>
> Can we re-run the tests?
>
> —
> You are receiving this because you were assigned.
> Reply to this email directly, view it on GitHub
> <#1022 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAEjS9XIJmK4EIgn0M6cb024pF3QQoLbks5sl-C7gaJpZM4PhK3D>
> .
>
|
I haven’t deleted the branch... |
Huh. Retriggered once again. Was seeing
Which is usually what happens when the branch gets deleted before CI finishes. |
@bors-servo retry |
Enable --rustfmt-bindings by default This patch flips --rustfmt-bindings to --no-rustfmt-bindings and enables formatting by default. If rustfmt is not accessible, a warning is printed and the bindings are printed unformatted. Addresses #977.
☀️ Test successful - status-travis |
This patch flips --rustfmt-bindings to --no-rustfmt-bindings and enables
formatting by default. If rustfmt is not accessible, a warning is
printed and the bindings are printed unformatted.
Addresses #977.