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

Issue 12617002: dart:io | Implement FileSystemEntity.typeSync on Windows, to identify symbolic links and junctions. (Closed)

Created:
7 years, 9 months ago by Bill Hesse
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart:io | Implement FileSystemEntity.typeSync on Windows, to identify symbolic links and junctions. BUG=dartbug.com/8935 Committed: https://code.google.com/p/dart/source/detail?r=19681

Patch Set 1 #

Patch Set 2 : Make new test a no-op on non-windows platforms. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -1 line) Patch
M runtime/bin/file_win.cc View 1 chunk +21 lines, -1 line 0 comments Download
A tests/standalone/io/windows_file_system_links_test.dart View 1 1 chunk +84 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
7 years, 9 months ago (2013-03-07 15:53:15 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/12617002/diff/2001/tests/standalone/io/windows_file_system_links_test.dart File tests/standalone/io/windows_file_system_links_test.dart (right): https://codereview.chromium.org/12617002/diff/2001/tests/standalone/io/windows_file_system_links_test.dart#newcode47 tests/standalone/io/windows_file_system_links_test.dart:47: Expect.equals(FileSystemEntityType.DIRECTORY, FileSystemEntity.typeSync(y)); Long line (two more below).
7 years, 9 months ago (2013-03-08 09:38:50 UTC) #2
Bob Nystrom
7 years, 9 months ago (2013-03-12 19:49:10 UTC) #3
Message was sent while issue was closed.
LGTM!

Powered by Google App Engine
This is Rietveld 408576698