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 upBindings are regenerated more often than necessary #421
Comments
|
It seems like it always regenerates on every build. |
|
is it weird that I'm not having this happen? it seems to be just partial build/relink crates that I've touched. |
|
I tracked down the cause. |
|
https://bugzilla.mozilla.org/show_bug.cgi?id=861587 is relevant, since Gecko seemingly solved this. |
|
This is mostly fixed by #574 I think. |
Implement filter: brightness. Fixes servo#421. <!-- 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/422) <!-- Reviewable:end -->
After I make a change to CodegenRust.py, I find that subsequent invocations of
maketends to trigger rebuilds of the bindings, regardless as to whether I have actually modified CodegenRust again.