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

latest rust-cssparser changes broke servo build #670

Closed
metajack opened this issue Aug 3, 2013 · 8 comments
Closed

latest rust-cssparser changes broke servo build #670

metajack opened this issue Aug 3, 2013 · 8 comments

Comments

@metajack
Copy link
Contributor

@metajack metajack commented Aug 3, 2013

It looks like the python task isn't getting run.

@SimonSapin ?

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Aug 5, 2013

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…)

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Aug 5, 2013

@metajack , could you copy the output you get?

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Aug 5, 2013

I think I got it. ./configure needs to be run so that Makefile gets re-generated from Makefile.in. How is this kind of change supposed to be handled?

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Aug 5, 2013

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 rustc somehow be told to look for .rs files in the target directory?

@SimonSapin SimonSapin closed this Aug 5, 2013
@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Aug 5, 2013

I did not mean to close this just yet…

@bzbarsky
Copy link
Contributor

@bzbarsky bzbarsky commented Aug 6, 2013

My general opinion is that writing to the source directory is a tool of the devil. ;)

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Aug 6, 2013

Could rustc do environment variable expansion in #[path]?

#[path = "$TARGET/color_data.rs"]
mod color_data;
@jdm
Copy link
Member

@jdm jdm commented Aug 6, 2013

#[path] is gone from newer versions of rust.

ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
Merge and simplify playbackRate tests
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
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 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.