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 and crates that depend on it. #23197
Conversation
highfive
commented
Apr 12, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Apr 12, 2019
jhwgh1968
commented
Apr 13, 2019
|
What I know about the Travis failure so far: the Cargo package itself is messed up in a way that is not implied by my change to it as far as I can tell. The error message is pointing out that the modification time on a configure script is older than a configure.in file. It was packaged that way on crates.io:
Why did this happen? I'm still digging. But I suspect (trying to confirm) this happened during a "cargo publish" step. |
jhwgh1968
commented
Apr 13, 2019
|
Okay, here is the Makefile snippet that is supposed to fix this:
And here is the dump of the directory:
So it looks like the case was:
Which means the file didn't get updated. But the Makefile has this rule which also implicitly checks between configure.in and old-configure.in:
And that is the rule that's triggering. In other words, it appears to be a bug in the Makefile logic. I'm presuming the bottom snippet is the intended one, so the top one should be updated. |
|
I made a new release of mozjs that touched |
|
@paulrouget This will address your problems with using an updated rust-webvr. |
|
@bors-servo r+ |
|
|
Update bindgen and crates that depend on it. <!-- 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/23197) <!-- Reviewable:end -->
|
|
jdm commentedApr 12, 2019
•
edited by SimonSapin
This change is