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

Update bindgen to 0.39.0 #21516

Merged
merged 1 commit into from Aug 25, 2018
Merged

Update bindgen to 0.39.0 #21516

merged 1 commit into from Aug 25, 2018

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Aug 24, 2018

This fixes a build error for i686-linux-android with some versions of libclang:

error[E0560]: struct `generated::root::JS::Value` has no field named `__bindgen_align`sys
  --> /home/simon/projects/mozjs/src/jsval.rs:83:2
   |
83 |     __bindgen_align: [],
   |     ^^^^^^^^^^^^^^^ `generated::root::JS::Value` does not have this field
   |
   = note: available fields are: `data`

error: aborting due to previous error

This change is Reviewable

This fixes a build error for i686-linux-android with some versions of libclang:

```
error[E0560]: struct `generated::root::JS::Value` has no field named `__bindgen_align`sys
  --> /home/simon/projects/mozjs/src/jsval.rs:83:2
   |
83 |     __bindgen_align: [],
   |     ^^^^^^^^^^^^^^^ `generated::root::JS::Value` does not have this field
   |
   = note: available fields are: `data`

error: aborting due to previous error
```
@highfive
Copy link

highfive commented Aug 24, 2018

Heads up! This PR modifies the following files:

@highfive
Copy link

highfive commented Aug 24, 2018

warning Warning warning

  • These commits modify style and script code, but no tests are modified. Please consider adding a test!
@SimonSapin
Copy link
Member Author

SimonSapin commented Aug 24, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 24, 2018

📌 Commit bcc1b25 has been approved by SimonSapin

@bors-servo
Copy link
Contributor

bors-servo commented Aug 24, 2018

Testing commit bcc1b25 with merge 513dc45...

bors-servo added a commit that referenced this pull request Aug 24, 2018
Update bindgen to 0.39.0

This fixes a build error for i686-linux-android with some versions of libclang:

```rust
error[E0560]: struct `generated::root::JS::Value` has no field named `__bindgen_align`sys
  --> /home/simon/projects/mozjs/src/jsval.rs:83:2
   |
83 |     __bindgen_align: [],
   |     ^^^^^^^^^^^^^^^ `generated::root::JS::Value` does not have this field
   |
   = note: available fields are: `data`

error: aborting due to previous error
```

<!-- 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/21516)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 24, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Aug 24, 2018

@bors-servo retry

  • oom
bors-servo added a commit that referenced this pull request Aug 24, 2018
Update bindgen to 0.39.0

This fixes a build error for i686-linux-android with some versions of libclang:

```rust
error[E0560]: struct `generated::root::JS::Value` has no field named `__bindgen_align`sys
  --> /home/simon/projects/mozjs/src/jsval.rs:83:2
   |
83 |     __bindgen_align: [],
   |     ^^^^^^^^^^^^^^^ `generated::root::JS::Value` does not have this field
   |
   = note: available fields are: `data`

error: aborting due to previous error
```

<!-- 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/21516)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 24, 2018

Testing commit bcc1b25 with merge 4a9169c...

@bors-servo
Copy link
Contributor

bors-servo commented Aug 24, 2018

💔 Test failed - mac-rel-wpt1

@jdm
Copy link
Member

jdm commented Aug 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

Testing commit bcc1b25 with merge f2306c8...

bors-servo added a commit that referenced this pull request Aug 25, 2018
Update bindgen to 0.39.0

This fixes a build error for i686-linux-android with some versions of libclang:

```rust
error[E0560]: struct `generated::root::JS::Value` has no field named `__bindgen_align`sys
  --> /home/simon/projects/mozjs/src/jsval.rs:83:2
   |
83 |     __bindgen_align: [],
   |     ^^^^^^^^^^^^^^^ `generated::root::JS::Value` does not have this field
   |
   = note: available fields are: `data`

error: aborting due to previous error
```

<!-- 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/21516)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Aug 25, 2018

@bors-servo retry

  • oom
@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Aug 25, 2018

@bors-servo retry

  • sccache problem
@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Aug 25, 2018

@bors-servo retry

  • third try is the charm?
@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 25, 2018

@bors-servo bors-servo merged commit bcc1b25 into master Aug 25, 2018
3 of 4 checks passed
3 of 4 checks passed
Taskcluster (pull_request) TaskGroup: Pending (for pull_request.opened)
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Sep 3, 2018
jankeromnes pushed a commit to jankeromnes/gecko that referenced this pull request Sep 3, 2018
@SimonSapin SimonSapin deleted the bindgenup branch Oct 10, 2018
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 3, 2019
This imports servo/servo#21516.

UltraBlame original commit: 6d06b38fcbe8feca23636d98513c7f80d48db0a5
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 3, 2019
This imports servo/servo#21516.

UltraBlame original commit: 6d06b38fcbe8feca23636d98513c7f80d48db0a5
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 3, 2019
This imports servo/servo#21516.

UltraBlame original commit: 6d06b38fcbe8feca23636d98513c7f80d48db0a5
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

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