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

Issue 10825413: Don't traverse through junctions when recursively deleting on Windows. (Closed)

Created:
8 years, 4 months ago by Bob Nystrom
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Don't traverse through junctions when recursively deleting on Windows. Committed: https://code.google.com/p/dart/source/detail?r=11005

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -1 line) Patch
M runtime/bin/directory_win.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M tests/standalone/io/directory_test.dart View 1 3 chunks +40 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
Fixes: http://code.google.com/p/dart/issues/detail?id=4560 http://code.google.com/p/dart/issues/detail?id=4406
8 years, 4 months ago (2012-08-17 03:11:48 UTC) #1
Søren Gjesse
lgtm https://chromiumcodereview.appspot.com/10825413/diff/1/runtime/bin/directory_win.cc File runtime/bin/directory_win.cc (right): https://chromiumcodereview.appspot.com/10825413/diff/1/runtime/bin/directory_win.cc#newcode241 runtime/bin/directory_win.cc:241: printf("%s junction\n", dir_name); Please remove debug print. https://chromiumcodereview.appspot.com/10825413/diff/1/tests/standalone/io/directory_test.dart ...
8 years, 4 months ago (2012-08-17 07:07:37 UTC) #2
Mads Ager (google)
https://chromiumcodereview.appspot.com/10825413/diff/1/runtime/bin/directory_win.cc File runtime/bin/directory_win.cc (right): https://chromiumcodereview.appspot.com/10825413/diff/1/runtime/bin/directory_win.cc#newcode241 runtime/bin/directory_win.cc:241: printf("%s junction\n", dir_name); Remove debug printing. https://chromiumcodereview.appspot.com/10825413/diff/1/tests/standalone/io/directory_test.dart File tests/standalone/io/directory_test.dart ...
8 years, 4 months ago (2012-08-17 07:08:46 UTC) #3
Bob Nystrom
Thanks for the feedback! Søren, I generalized the test to work on Mac/Linux like you ...
8 years, 4 months ago (2012-08-20 23:24:32 UTC) #4
Mads Ager (google)
8 years, 4 months ago (2012-08-21 05:49:30 UTC) #5
LGTM!

Powered by Google App Engine
This is Rietveld 408576698