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

Unified Diff: utils/pub/io.dart

Issue 14106004: Renumber a TODO from issue 4928 to issue 9832. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/io.dart
diff --git a/utils/pub/io.dart b/utils/pub/io.dart
index 0b6445b3d799470dd2ae780f4fa59bbd099e81ee..8523d340527fef5169da484f9c0ebf3a30b2ce10 100644
--- a/utils/pub/io.dart
+++ b/utils/pub/io.dart
@@ -149,7 +149,7 @@ List<String> listDir(String dir, {bool recursive: false,
var entityPath = entity.path;
if (!includeHidden && path.basename(entityPath).startsWith('.')) continue;
- // TODO(nweiz): remove this when issue 4928 is fixed.
+ // TODO(nweiz): remove this when issue 9832 is fixed.
if (entity is Link) {
// We treat broken symlinks as files, in that we don't want to recurse
// into them.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698