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 upOdd build errors from hidden script/layout dependencies #504
Comments
|
False. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Update dom/interfaces.html to spec.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Moving in the replay tool Closes servo#495 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/504) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a commit that added a field to the BuildData structure in the layout crate. The script crate uses that structure, but there's no actual dependency specified in the makefile, so the script crate was giving me confusing errors about how the new field didn't exist in the structure, since it was presumably reading old metadata or something.