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

Issue 23532066: dart:io | Change creation of symbolic links with relative targets on Windows. (Closed)

Created:
7 years, 3 months ago by Bill Hesse
Modified:
7 years, 3 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart:io | Change creation of symbolic links with relative targets on Windows. A relative path to a target directory on Windows is changed to an absolute path, joining the relative path to the directory the link is contained in. BUG=dartbug.com/13279 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=27566

Patch Set 1 #

Patch Set 2 : Add testing #

Patch Set 3 : Add tests for relative links to all platforms. #

Patch Set 4 : Fix Windows relative links. #

Patch Set 5 : Drop .. and . segments from Windows link targets. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -18 lines) Patch
M sdk/lib/io/link.dart View 1 2 3 4 2 chunks +9 lines, -14 lines 0 comments Download
M tests/standalone/io/link_async_test.dart View 1 2 3 chunks +39 lines, -4 lines 1 comment Download
M tests/standalone/io/link_test.dart View 1 2 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
7 years, 3 months ago (2013-09-17 11:41:20 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/23532066/diff/10001/tests/standalone/io/link_async_test.dart File tests/standalone/io/link_async_test.dart (right): https://codereview.chromium.org/23532066/diff/10001/tests/standalone/io/link_async_test.dart#newcode275 tests/standalone/io/link_async_test.dart:275: new File(filePath).exists().then((exists) => Expect.isTrue(exists)); (exists) => Expect.isTrue(exists) can ...
7 years, 3 months ago (2013-09-17 11:55:29 UTC) #2
Bill Hesse
7 years, 3 months ago (2013-09-17 12:21:18 UTC) #3
Message was sent while issue was closed.
Committed patchset #5 manually as r27566 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698