Skip to content

Add ignore_methods to bindgen #30

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

Merged
merged 1 commit into from
Aug 13, 2016

Conversation

Manishearth
Copy link
Member

I'm defining a struct inline in ServoBindings.h via a macro (for the already_addrefed stuff), and I need to forbid its ignore_methods from getting generated without forbidding functions as well.

r? @bholley

@bholley
Copy link

bholley commented Aug 12, 2016

This looks good to me, but I'm not a bindgen peer. r? @emilio

@highfive highfive assigned emilio and unassigned bholley Aug 12, 2016
@emilio
Copy link
Contributor

emilio commented Aug 13, 2016

@bors-servo: r+

@bors-servo
Copy link

📌 Commit 132a6fa has been approved by emilio

@bors-servo
Copy link

⚡ Test exempted - status

@bors-servo bors-servo merged commit 132a6fa into rust-lang:master Aug 13, 2016
bors-servo pushed a commit that referenced this pull request Aug 13, 2016
Add ignore_methods to bindgen

I'm defining a struct inline in ServoBindings.h via a macro (for the already_addrefed stuff), and I need to forbid its ignore_methods from getting generated without forbidding functions as well.

r? @bholley
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