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 uplatest rust-cssparser changes broke servo build #670
Comments
|
It turns out I messed up the typo fixed (which is not fixed), but I don’t see any issue with the Python task. (Servo master is failing to build for me for unrelated reasons for now…) |
|
@metajack , could you copy the output you get? |
|
I think I got it. |
|
Actually, my Makefile rule for generating Rust code with Python doesn’t work when the source and target directories are not the same. Should this generated file be written in the source directory, or should |
|
I did not mean to close this just yet… |
|
My general opinion is that writing to the source directory is a tool of the devil. ;) |
|
Could rustc do environment variable expansion in
|
|
#[path] is gone from newer versions of rust. |
Merge and simplify playbackRate tests
Fixed the int to float conversion in ps_blend Fixes servo#653 <!-- 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/670) <!-- Reviewable:end -->
It looks like the python task isn't getting run.
@SimonSapin ?