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

Issue 12079112: Make a bunch of stuff in pub synchronous. (Closed)

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

Description

Make a bunch of stuff in pub synchronous. Committed: https://code.google.com/p/dart/source/detail?r=18019

Patch Set 1 #

Total comments: 22

Patch Set 2 : Revise. #

Patch Set 3 : Fix after merging with latest. #

Patch Set 4 : Fix after merge. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -463 lines) Patch
M utils/pub/command_lish.dart View 1 2 3 chunks +12 lines, -25 lines 0 comments Download
M utils/pub/command_uploader.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M utils/pub/entrypoint.dart View 1 2 10 chunks +42 lines, -55 lines 0 comments Download
M utils/pub/error_group.dart View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M utils/pub/git_source.dart View 1 2 3 chunks +12 lines, -14 lines 0 comments Download
M utils/pub/io.dart View 1 2 9 chunks +50 lines, -118 lines 0 comments Download
M utils/pub/oauth2.dart View 1 2 5 chunks +33 lines, -38 lines 0 comments Download
M utils/pub/package.dart View 1 2 2 chunks +24 lines, -25 lines 0 comments Download
M utils/pub/pub.dart View 1 2 1 chunk +23 lines, -32 lines 0 comments Download
M utils/pub/sdk_source.dart View 1 3 chunks +10 lines, -9 lines 0 comments Download
M utils/pub/source.dart View 1 2 2 chunks +10 lines, -8 lines 0 comments Download
M utils/pub/system_cache.dart View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M utils/pub/utils.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M utils/pub/validator/compiled_dartdoc.dart View 1 1 chunk +12 lines, -13 lines 0 comments Download
M utils/pub/validator/dependency.dart View 2 chunks +15 lines, -16 lines 0 comments Download
M utils/pub/validator/directory.dart View 2 chunks +22 lines, -23 lines 0 comments Download
M utils/pub/validator/lib.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/validator/name.dart View 1 2 chunks +3 lines, -2 lines 0 comments Download
M utils/tests/pub/io_test.dart View 6 chunks +45 lines, -38 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 1 2 7 chunks +33 lines, -36 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Bob Nystrom
Synchronize ALL THE THINGS!
7 years, 10 months ago (2013-02-01 01:16:26 UTC) #1
nweiz
https://codereview.chromium.org/12079112/diff/1/utils/pub/command_lish.dart File utils/pub/command_lish.dart (right): https://codereview.chromium.org/12079112/diff/1/utils/pub/command_lish.dart#newcode119 utils/pub/command_lish.dart:119: return git.isInstalled.then((results) { "results" -> "gitInstalled" It's worrisome that ...
7 years, 10 months ago (2013-02-01 02:05:55 UTC) #2
Bob Nystrom
Thanks! https://codereview.chromium.org/12079112/diff/1/utils/pub/command_lish.dart File utils/pub/command_lish.dart (right): https://codereview.chromium.org/12079112/diff/1/utils/pub/command_lish.dart#newcode119 utils/pub/command_lish.dart:119: return git.isInstalled.then((results) { On 2013/02/01 02:05:55, nweiz wrote: ...
7 years, 10 months ago (2013-02-01 23:17:21 UTC) #3
nweiz
7 years, 10 months ago (2013-02-01 23:25:35 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698