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

Issue 13332009: Make listDir and createSymlink synchronous in pub. (Closed)

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

Description

Make listDir and createSymlink synchronous in pub. Committed: https://code.google.com/p/dart/source/detail?r=20698

Patch Set 1 #

Total comments: 20

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -347 lines) Patch
M utils/pub/command_cache.dart View 1 1 chunk +11 lines, -12 lines 0 comments Download
M utils/pub/command_lish.dart View 1 chunk +3 lines, -5 lines 0 comments Download
M utils/pub/entrypoint.dart View 1 2 chunks +37 lines, -55 lines 0 comments Download
M utils/pub/hosted_source.dart View 1 1 chunk +7 lines, -11 lines 0 comments Download
M utils/pub/io.dart View 1 5 chunks +60 lines, -100 lines 0 comments Download
utils/pub/package.dart View 1 chunk +12 lines, -14 lines 0 comments Download
M utils/pub/path_source.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M utils/pub/source.dart View 1 3 chunks +11 lines, -20 lines 0 comments Download
M utils/pub/utils.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M utils/pub/validator/compiled_dartdoc.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/validator/directory.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/validator/lib.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M utils/pub/validator/license.dart View 1 chunk +6 lines, -2 lines 0 comments Download
utils/pub/validator/name.dart View 2 chunks +11 lines, -14 lines 0 comments Download
M utils/pub/validator/utf8_readme.dart View 1 chunk +2 lines, -1 line 0 comments Download
M utils/tests/pub/descriptor/tar.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M utils/tests/pub/io_test.dart View 7 chunks +67 lines, -92 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 8 months ago (2013-03-29 20:30:51 UTC) #1
Bob Nystrom
https://codereview.chromium.org/13332009/diff/1/utils/pub/command_lish.dart File utils/pub/command_lish.dart (right): https://codereview.chromium.org/13332009/diff/1/utils/pub/command_lish.dart#newcode152 utils/pub/command_lish.dart:152: }).then((files) => files.where(_shouldPublish).toList()); Ditch this and tack the .where() ...
7 years, 8 months ago (2013-03-29 21:22:06 UTC) #2
nweiz
https://codereview.chromium.org/13332009/diff/1/utils/pub/command_lish.dart File utils/pub/command_lish.dart (right): https://codereview.chromium.org/13332009/diff/1/utils/pub/command_lish.dart#newcode152 utils/pub/command_lish.dart:152: }).then((files) => files.where(_shouldPublish).toList()); On 2013/03/29 21:22:06, Bob Nystrom wrote: ...
7 years, 8 months ago (2013-03-29 22:09:02 UTC) #3
Bob Nystrom
LGTM. https://codereview.chromium.org/13332009/diff/1/utils/pub/validator/compiled_dartdoc.dart File utils/pub/validator/compiled_dartdoc.dart (right): https://codereview.chromium.org/13332009/diff/1/utils/pub/validator/compiled_dartdoc.dart#newcode23 utils/pub/validator/compiled_dartdoc.dart:23: return new Future.of(() { On 2013/03/29 22:09:02, nweiz ...
7 years, 8 months ago (2013-03-29 22:14:55 UTC) #4
nweiz
7 years, 8 months ago (2013-03-29 22:20:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20698 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698