Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(448)

Issue 6458046: Fix skdiff when using windows path that begins with a drive letter (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by bsalomon
Modified:
11 years, 11 months ago
Reviewers:
epoger, EricB
CC:
TomH
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 4

Patch Set 2 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M tools/skdiff_main.cpp View 1 1 chunk +13 lines, -4 lines 0 comments Download

Messages

Total messages: 8
bsalomon
I run skdiff d:\src\pre d:\src\post d:\src\comp and it doesn't work. The html has "..\..\d:\" in ...
11 years, 11 months ago (2012-07-30 18:24:57 UTC) #1
EricB
On 2012/07/30 18:24:57, bsalomon wrote: > I run skdiff d:\src\pre d:\src\post d:\src\comp and it doesn't ...
11 years, 11 months ago (2012-07-30 18:34:21 UTC) #2
EricB
http://codereview.appspot.com/6458046/diff/1/tools/skdiff_main.cpp File tools/skdiff_main.cpp (right): http://codereview.appspot.com/6458046/diff/1/tools/skdiff_main.cpp#newcode1054 tools/skdiff_main.cpp:1054: // Should this check if the path starts with ...
11 years, 11 months ago (2012-07-30 18:34:44 UTC) #3
bsalomon
updated http://codereview.appspot.com/6458046/diff/1/tools/skdiff_main.cpp File tools/skdiff_main.cpp (right): http://codereview.appspot.com/6458046/diff/1/tools/skdiff_main.cpp#newcode1054 tools/skdiff_main.cpp:1054: // Should this check if the path starts ...
11 years, 11 months ago (2012-07-30 19:08:02 UTC) #4
EricB
On 2012/07/30 19:08:02, bsalomon wrote: > updated > > http://codereview.appspot.com/6458046/diff/1/tools/skdiff_main.cpp > File tools/skdiff_main.cpp (right): > ...
11 years, 11 months ago (2012-07-30 19:12:31 UTC) #5
TomH
LGTM
11 years, 11 months ago (2012-07-30 19:32:18 UTC) #6
bsalomon
Landed as r4838. I wonder if there is some smart path handling library that abstracts ...
11 years, 11 months ago (2012-07-30 19:33:24 UTC) #7
epoger
11 years, 11 months ago (2012-08-07 19:44:52 UTC) #8
Followup change out for review as https://codereview.appspot.com/6450106/
('skdiff: clean up isPathAbsolute check for Windows')

I think the right long-term direction is to replace much of skdiff with a Python
script, so we can take advantage of Python's much better path handling and
whatnot.  Probably still using some native code deep inside, to actually do the
image comparisons...
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b