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 upCompanion single Color patch. #4903
Conversation
|
Rebased with current master, executed ref-tests (OSX Yosemite), everything looks fine. |
| #[inline] | ||
| pub fn new(r: AzFloat, g: AzFloat, b: AzFloat, a: AzFloat) -> AzColor { | ||
| AzColor { r: r, g: g, b: b, a: a } | ||
| } |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
pcwalton
Feb 13, 2015
Contributor
Also, why does this need to exist at all? Shouldn't this be moved into rust-azure if anything?
This comment has been minimized.
This comment has been minimized.
pcwalton
Feb 13, 2015
Contributor
After discussion on IRC this is fine to leave here. But please fix the indentation :)
|
Updated. |
|
Squash and ready to merge! |
This will also update the rust-azure dependency to point to the hash where we have a single Color type. Just executed ref-tests and no regressions found.
This comment has been minimized.
This comment has been minimized.
pcwalton
commented on ffa62c9
Feb 13, 2015
|
r+ |
This comment has been minimized.
This comment has been minimized.
|
saw approval from pcwalton |
This comment has been minimized.
This comment has been minimized.
|
merging Adenilson/servo/singleColor02 = ffa62c9 into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = b5749e9 |
ffa62c9
into
servo:master
Adenilson commentedFeb 12, 2015
No description provided.