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 upadd support for transparant png #1288
Conversation
This comment has been minimized.
This comment has been minimized.
larsbergstrom
commented on d821140
Nov 19, 2013
|
You will need to add the update to the submodule (which I merged) by doing:
|
This comment has been minimized.
This comment has been minimized.
larsbergstrom
replied
Nov 19, 2013
|
These changes look good otherwise. And we all appreciate the cleanup of stray whitespace :-) |
This comment has been minimized.
This comment has been minimized.
|
I've just executed the above commands. |
This comment has been minimized.
This comment has been minimized.
larsbergstrom
replied
Nov 20, 2013
|
After running those commands, your git status doesn't show:
? I'm a bit confused, as I believe the rust-png submodule has not been updated. I've merged the PR (which means it is now at the tip of master in the rust-png repository). But submodules in git are not like svn:external in subversion - they are pinned to a particular change, as identified by the hash associated with that commit. The commands I put in my first comment update the servo repo's pointer to that submodule to pull in the head of the rust-png repo. |
|
cd src/support/png/rust-png shows that the submodule's updated. What messages do I need to look for? |
|
if you do 'git log' in that directory, you should see:
After you do
If you do
But if you go up a few dirs, you should see an edit of the submodule in the servo repo:
And then you should need to Or is your git log already showing commit 519c291 as the head? I just tested this on a clean servo directory I pulled down, but maybe you're seeing something different? |
|
Thanks for your kind instruction :) |
This comment has been minimized.
This comment has been minimized.
larsbergstrom
commented on 589530c
Nov 20, 2013
|
r+ |
This comment has been minimized.
This comment has been minimized.
larsbergstrom
replied
Nov 20, 2013
|
@bors: retry |
This comment has been minimized.
This comment has been minimized.
|
saw approval from larsbergstrom |
This comment has been minimized.
This comment has been minimized.
|
merging ryanhc/servo/transparent_png = 589530c into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
some tests failed: |
This comment has been minimized.
This comment has been minimized.
|
saw approval from larsbergstrom |
This comment has been minimized.
This comment has been minimized.
|
merging ryanhc/servo/transparent_png = 589530c 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 = 052a543 |
Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: #1279
Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: #1279
589530c
into
servo:master
ryanhc commentedNov 19, 2013
Modified to use libpng to read .png files. We use stb_image to read all other image files.
This requires updated submodule: servo/rust-png#13
This patch is for:
#1279