Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Issue 14672017: Use separate subset directories in skimage. (Closed)

Created:
7 years, 7 months ago by scroggo
Modified:
7 years, 7 months ago
Reviewers:
epoger
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Use separate subset directories in skimage. Create separate directories for the results of decodeSubset and extractSubset, and use the same name for each version, so that they can be compared easily, using skdiff or visual inspection. R=epoger@google.com Committed: https://code.google.com/p/skia/source/detail?r=9148

Patch Set 1 #

Total comments: 4

Patch Set 2 : Respond to comments #

Total comments: 2

Patch Set 3 : Respond to comments. #

Total comments: 7

Patch Set 4 : Respond to comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -43 lines) Patch
M tools/skimage_main.cpp View 1 2 3 4 chunks +95 lines, -43 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scroggo
7 years, 7 months ago (2013-05-09 17:17:53 UTC) #1
epoger
Looks good on the whole, a couple of small questions... https://codereview.chromium.org/14672017/diff/1/tools/skimage_main.cpp File tools/skimage_main.cpp (right): https://codereview.chromium.org/14672017/diff/1/tools/skimage_main.cpp#newcode305 ...
7 years, 7 months ago (2013-05-09 17:45:40 UTC) #2
scroggo
https://codereview.chromium.org/14672017/diff/1/tools/skimage_main.cpp File tools/skimage_main.cpp (right): https://codereview.chromium.org/14672017/diff/1/tools/skimage_main.cpp#newcode305 tools/skimage_main.cpp:305: if (sk_mkdir(dir.c_str())) { On 2013/05/09 17:45:40, epoger wrote: > ...
7 years, 7 months ago (2013-05-13 17:34:12 UTC) #3
epoger
https://codereview.chromium.org/14672017/diff/4001/tools/skimage_main.cpp File tools/skimage_main.cpp (right): https://codereview.chromium.org/14672017/diff/4001/tools/skimage_main.cpp#newcode343 tools/skimage_main.cpp:343: gFailedSubsetDecodes.push_back().printf("Successfully decoded %s from " As we've discussed before, ...
7 years, 7 months ago (2013-05-14 15:50:31 UTC) #4
scroggo
https://codereview.chromium.org/14672017/diff/4001/tools/skimage_main.cpp File tools/skimage_main.cpp (right): https://codereview.chromium.org/14672017/diff/4001/tools/skimage_main.cpp#newcode343 tools/skimage_main.cpp:343: gFailedSubsetDecodes.push_back().printf("Successfully decoded %s from " On 2013/05/14 15:50:31, epoger ...
7 years, 7 months ago (2013-05-14 20:13:13 UTC) #5
epoger
Definitely easier to follow, thanks! Going into the weeds, I have a few more comments. ...
7 years, 7 months ago (2013-05-15 15:42:01 UTC) #6
scroggo
> Sorry to drag this out. Np. I'd rather this take longer and result in ...
7 years, 7 months ago (2013-05-15 18:08:24 UTC) #7
epoger
LGTM!
7 years, 7 months ago (2013-05-15 18:09:27 UTC) #8
scroggo
7 years, 7 months ago (2013-05-15 18:14:41 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r9148 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698