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

Manual fix to some function signatures to ensure correct usage of C characters #193

Merged
merged 1 commit into from Sep 8, 2015

Conversation

@akosthekiss
Copy link
Contributor

akosthekiss commented Sep 8, 2015

libc::c_char is not always i8, can be unsigned on some platforms
(e.g., on AArch64).

Review on Reviewable

…haracters

libc::c_char is not always i8, can be unsigned on some platforms
(e.g., on AArch64).
@akosthekiss
Copy link
Contributor Author

akosthekiss commented Sep 8, 2015

Similar to #179
cc @michaelwu

@Ms2ger
Copy link
Collaborator

Ms2ger commented Sep 8, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Sep 8, 2015

📌 Commit 78173c6 has been approved by Ms2ger

@bors-servo
Copy link
Contributor

bors-servo commented Sep 8, 2015

Testing commit 78173c6 with merge 2a970d9...

bors-servo pushed a commit that referenced this pull request Sep 8, 2015
Manual fix to some function signatures to ensure correct usage of C characters

`libc::c_char` is not always `i8`, can be unsigned on some platforms
(e.g., on AArch64).

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

bors-servo commented Sep 8, 2015

☀️ Test successful - cargo-linux, cargo-mac

@bors-servo bors-servo merged commit 78173c6 into servo:master Sep 8, 2015
1 check passed
1 check passed
homu Test successful
Details
@akosthekiss akosthekiss deleted the akosthekiss:more-c_char-fixes branch Sep 8, 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

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