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

Issue 68503011: Support root-relative paths on Windows. (Closed)

Created:
7 years, 1 month ago by nweiz
Modified:
7 years, 1 month ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support root-relative paths on Windows. On Windows, a leading slash in a path means that that path should be relative to the current drive. So for example, `join(r"C:\foo", r"\bar")` should return "C:\bar". R=rnystrom@google.com BUG=14918 Committed: https://code.google.com/p/dart/source/detail?r=30295

Patch Set 1 #

Total comments: 10

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -18 lines) Patch
M pkg/path/lib/path.dart View 1 2 chunks +10 lines, -3 lines 0 comments Download
M pkg/path/test/windows_test.dart View 1 17 chunks +96 lines, -15 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 1 month ago (2013-11-14 00:13:40 UTC) #1
Bob Nystrom
https://codereview.chromium.org/68503011/diff/1/pkg/path/lib/path.dart File pkg/path/lib/path.dart (right): https://codereview.chromium.org/68503011/diff/1/pkg/path/lib/path.dart#newcode569 pkg/path/lib/path.dart:569: buffer.write(parsed.toString()); The toString() isn't needed here. https://codereview.chromium.org/68503011/diff/1/pkg/path/lib/path.dart#newcode988 pkg/path/lib/path.dart:988: final ...
7 years, 1 month ago (2013-11-14 17:05:08 UTC) #2
nweiz
https://codereview.chromium.org/68503011/diff/1/pkg/path/lib/path.dart File pkg/path/lib/path.dart (right): https://codereview.chromium.org/68503011/diff/1/pkg/path/lib/path.dart#newcode569 pkg/path/lib/path.dart:569: buffer.write(parsed.toString()); On 2013/11/14 17:05:08, Bob Nystrom wrote: > The ...
7 years, 1 month ago (2013-11-14 21:10:16 UTC) #3
Bob Nystrom
LGTM!
7 years, 1 month ago (2013-11-14 22:43:41 UTC) #4
nweiz
7 years, 1 month ago (2013-11-14 22:50:51 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r30295 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698