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

Issue 11553043: Make listDir always emit paths within the given directory. (Closed)

Created:
8 years ago by nweiz
Modified:
8 years ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make listDir always emit paths within the given directory. BUG=7346 Committed: https://code.google.com/p/dart/source/detail?r=16275

Patch Set 1 #

Patch Set 2 : Code review change + listDir tests #

Total comments: 2

Patch Set 3 : Code review change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -65 lines) Patch
M utils/pub/command_lish.dart View 1 2 2 chunks +1 line, -21 lines 0 comments Download
M utils/pub/io.dart View 1 2 1 chunk +61 lines, -37 lines 0 comments Download
M utils/pub/validator/lib.dart View 1 chunk +0 lines, -7 lines 0 comments Download
A utils/tests/pub/io_test.dart View 1 1 chunk +120 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
8 years ago (2012-12-13 01:18:11 UTC) #1
Bob Nystrom
I'm hesitant about this. Doing our own recursive search means we need to handle symlink ...
8 years ago (2012-12-13 19:54:54 UTC) #2
Bob Nystrom
https://codereview.chromium.org/11553043/diff/4001/utils/pub/io.dart File utils/pub/io.dart (right): https://codereview.chromium.org/11553043/diff/4001/utils/pub/io.dart#newcode257 utils/pub/io.dart:257: Set<String> _listedDirectories}) { Instead of making this an optional ...
8 years ago (2012-12-17 23:42:33 UTC) #3
nweiz
https://codereview.chromium.org/11553043/diff/4001/utils/pub/io.dart File utils/pub/io.dart (right): https://codereview.chromium.org/11553043/diff/4001/utils/pub/io.dart#newcode257 utils/pub/io.dart:257: Set<String> _listedDirectories}) { On 2012/12/17 23:42:33, Bob Nystrom wrote: ...
8 years ago (2012-12-18 18:38:43 UTC) #4
Bob Nystrom
8 years ago (2012-12-18 18:58:29 UTC) #5
LGTM!

Powered by Google App Engine
This is Rietveld 408576698