Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate bindgen. #159
Update bindgen. #159
Conversation
We updated it in Gecko and this is preventing me from syncing stuff with Servo.
|
r? Anyone (@nox / @jdm / @asajeffrey) |
|
@bors-servo r=nox |
|
|
Update bindgen. We updated it in Gecko and this is preventing me from syncing stuff with Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/159) <!-- Reviewable:end -->
style: Sync changes from mozilla-central. See each individual commit. This syncs everything except a bindgen update which is blocked on servo/mozjs#159.
style: Sync changes from mozilla-central. See each individual commit. This syncs everything except a bindgen update which is blocked on servo/mozjs#159. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22036) <!-- Reviewable:end -->
|
|
|
Had to add 817b6fb so that now-properly-preserved doc-comments (rust-lang/rust-bindgen#1384) don't get compiled as Rust. Could somebody look at that? Alternative is to disable doc comments I guess. |
|
@bors-servo r+ |
|
|
Update bindgen. We updated it in Gecko and this is preventing me from syncing stuff with Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/159) <!-- Reviewable:end -->
|
|
rust-lang/rust-bindgen#1384 makes bindgen respect whitespace in documentation comments instead of trimming them. This means that some of the comments from the C++ examples try to get compiled as Rust, with a bad result for `cargo test`s purposes. Just test using cargo test --lib. An alternative would be to disable doc comments in bindgen.
|
Whoops, doctests skipped in appveyor as well. @bors-servo r=ajeffrey |
|
|
Update bindgen. We updated it in Gecko and this is preventing me from syncing stuff with Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/159) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Update bindgen. We updated it in Gecko and this is preventing me from syncing stuff with Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/159) <!-- Reviewable:end -->
|
|
emilio commentedOct 28, 2018
•
edited by larsbergstrom
We updated it in Gecko and this is preventing me from syncing stuff with Servo.
This change is