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

Issue 10917053: Show nicer errors on some server failures. (Closed)

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

Description

Show nicer errors on some server failures. Committed: https://code.google.com/p/dart/source/detail?r=11852

Patch Set 1 #

Total comments: 10

Patch Set 2 : Update to latest transformException(). #

Patch Set 3 : Remove merged in old code. #

Patch Set 4 : Remove merged old code. #

Patch Set 5 : Remove unnecessary check. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -9 lines) Patch
M utils/pub/hosted_source.dart View 1 2 chunks +10 lines, -3 lines 0 comments Download
M utils/pub/io.dart View 1 2 3 4 3 chunks +64 lines, -1 line 0 comments Download
M utils/pub/pub.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download
M utils/tests/pub/pub_install_hosted_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
M utils/tests/pub/pub_update_hosted_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bob Nystrom
Fixes: http://code.google.com/p/dart/issues/detail?id=4854 This patch also includes changes in corelib from https://chromiumcodereview.appspot.com/10908040/. I'll rebase those out ...
8 years, 3 months ago (2012-08-31 23:50:13 UTC) #1
nweiz
https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart#newcode315 utils/pub/io.dart:315: Future<String> httpGetString(uri) { Why is this method different than ...
8 years, 3 months ago (2012-09-04 19:29:25 UTC) #2
Bob Nystrom
Thanks! https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart#newcode315 utils/pub/io.dart:315: Future<String> httpGetString(uri) { On 2012/09/04 19:29:25, nweiz wrote: ...
8 years, 3 months ago (2012-09-04 22:14:46 UTC) #3
nweiz
https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart#newcode344 utils/pub/io.dart:344: // we will have already completed with that exception. ...
8 years, 3 months ago (2012-09-04 22:38:18 UTC) #4
Bob Nystrom
https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart File utils/pub/io.dart (right): https://chromiumcodereview.appspot.com/10917053/diff/1/utils/pub/io.dart#newcode344 utils/pub/io.dart:344: // we will have already completed with that exception. ...
8 years, 3 months ago (2012-09-04 23:01:20 UTC) #5
nweiz
8 years, 3 months ago (2012-09-05 00:01:41 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698