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

Issue 11066066: Include stderr on git failure. (Closed)

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

Description

Include stderr on git failure. Also moves the git stuff out of io into its own library. Committed: https://code.google.com/p/dart/source/detail?r=13388

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove test code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -23 lines) Patch
A utils/pub/git.dart View 1 chunk +84 lines, -0 lines 0 comments Download
M utils/pub/git_source.dart View 1 5 chunks +9 lines, -19 lines 0 comments Download
M utils/pub/pub.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/version_solver.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bob Nystrom
The git tests are failing with an actual git failure on Windows on the bots, ...
8 years, 2 months ago (2012-10-08 23:25:03 UTC) #1
nweiz
lgtm https://codereview.chromium.org/11066066/diff/1/utils/pub/git_source.dart File utils/pub/git_source.dart (right): https://codereview.chromium.org/11066066/diff/1/utils/pub/git_source.dart#newcode154 utils/pub/git_source.dart:154: var args = ["clonee", from, to]; Typo
8 years, 2 months ago (2012-10-09 00:01:19 UTC) #2
Bob Nystrom
8 years, 2 months ago (2012-10-09 00:57:54 UTC) #3
Tanks!

https://codereview.chromium.org/11066066/diff/1/utils/pub/git_source.dart
File utils/pub/git_source.dart (right):

https://codereview.chromium.org/11066066/diff/1/utils/pub/git_source.dart#new...
utils/pub/git_source.dart:154: var args = ["clonee", from, to];
On 2012/10/09 00:01:19, nweiz wrote:
> Typo

Oops. Put that in to test what happened when git failed. Fixed.

Powered by Google App Engine
This is Rietveld 408576698