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

geckolib: Support constants in classes #11245

Merged
merged 1 commit into from
May 18, 2016
Merged

Conversation

emilio
Copy link
Member

@emilio emilio commented May 18, 2016

Thank you for contributing to Servo! Please replace each [ ] by [X] when the step is complete, and replace __ with appropriate data:

  • ./mach build -d does not report any errors
  • ./mach test-tidy --faster does not report any errors
  • These changes fix #__ (github issue number if applicable).

Either:

  • These changes do not require tests because geckolib isn't tested here.

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.


Newest bindgen adds support for in-class statics.

This patch updates this to take them into account.


This change is Reviewable

Newest bindgen adds support for in-class statics.

This patch updates this to take them into account.
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label May 18, 2016
@emilio
Copy link
Member Author

emilio commented May 18, 2016

r? @bholley

@highfive highfive assigned bholley and unassigned asajeffrey May 18, 2016
@bholley
Copy link
Contributor

bholley commented May 18, 2016

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 2bf4565 has been approved by bholley

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels May 18, 2016
@bors-servo
Copy link
Contributor

⌛ Testing commit 2bf4565 with merge 2f39e10...

bors-servo pushed a commit that referenced this pull request May 18, 2016
geckolib: Support constants in classes

Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy --faster` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

Either:
- [ ] These changes do not require tests because geckolib isn't tested here.

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

---

Newest bindgen adds support for in-class statics.

This patch updates this to take them into account.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11245)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows

@bors-servo bors-servo merged commit 2bf4565 into servo:master May 18, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label May 18, 2016
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