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

Fix char types in script binding codegen #8132

Merged
merged 1 commit into from Oct 21, 2015
Merged

Conversation

@akosthekiss
Copy link
Contributor

akosthekiss commented Oct 21, 2015

Use libc::c_char instead of i8 for character data since that's more
portable. (Some architectures, e.g. AArch64, have unsigned characters,
i.e. u8.)

Review on Reviewable

Use `libc::c_char` instead of `i8` for character data since that's more
portable. (Some architectures, e.g. AArch64, have unsigned characters,
i.e. `u8`.)
@Ms2ger
Copy link
Contributor

Ms2ger commented Oct 21, 2015

Thank you for your PR.

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

📌 Commit 8405ac7 has been approved by Ms2ger

@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

Testing commit 8405ac7 with merge 154411a...

bors-servo pushed a commit that referenced this pull request Oct 21, 2015
Fix char types in script binding codegen

Use `libc::c_char` instead of `i8` for character data since that's more
portable. (Some architectures, e.g. AArch64, have unsigned characters,
i.e. `u8`.)

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8132)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

💔 Test failed - mac-rel-wpt

@frewsxcv
Copy link
Member

frewsxcv commented Oct 21, 2015

@jdm
Copy link
Member

jdm commented Oct 21, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

Testing commit 8405ac7 with merge 3342cd9...

bors-servo pushed a commit that referenced this pull request Oct 21, 2015
Fix char types in script binding codegen

Use `libc::c_char` instead of `i8` for character data since that's more
portable. (Some architectures, e.g. AArch64, have unsigned characters,
i.e. `u8`.)

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8132)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

💔 Test failed - mac-rel-wpt

@frewsxcv
Copy link
Member

frewsxcv commented Oct 21, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

Previous build results for android, gonk, linux-dev, linux-rel, mac-dev-ref-unit, mac-rel-css are reusable. Rebuilding only mac-rel-wpt...

@bors-servo
Copy link
Contributor

bors-servo commented Oct 21, 2015

@bors-servo bors-servo merged commit 8405ac7 into servo:master Oct 21, 2015
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@akosthekiss akosthekiss deleted the akosthekiss:codegen-u8 branch Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants
You can’t perform that action at this time.