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

Issue 11421159: Give all async exceptions in pub some sort of stack trace. (Closed)

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

Description

Give all async exceptions in pub some sort of stack trace. Committed: https://code.google.com/p/dart/source/detail?r=15547

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -12 lines) Patch
M utils/pub/curl_client.dart View 2 chunks +9 lines, -1 line 2 comments Download
M utils/pub/io.dart View 11 chunks +68 lines, -10 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
8 years ago (2012-11-29 21:58:18 UTC) #1
Bob Nystrom
I would change the thrown value. Otherwise LGTM. https://codereview.chromium.org/11421159/diff/1/utils/pub/curl_client.dart File utils/pub/curl_client.dart (right): https://codereview.chromium.org/11421159/diff/1/utils/pub/curl_client.dart#newcode141 utils/pub/curl_client.dart:141: throw ...
8 years ago (2012-11-29 22:25:40 UTC) #2
nweiz
8 years ago (2012-11-29 22:39:02 UTC) #3
https://codereview.chromium.org/11421159/diff/1/utils/pub/curl_client.dart
File utils/pub/curl_client.dart (right):

https://codereview.chromium.org/11421159/diff/1/utils/pub/curl_client.dart#ne...
utils/pub/curl_client.dart:141: throw null;
On 2012/11/29 22:25:40, Bob Nystrom wrote:
> Throwing null is forbidden and causes a different kind of exception to be
> thrown. It doesn't really matter much, but I think it would be slightly less
> weird to throw a non-null value. null is the one value in all of Dart that has
> special throw semantics. Maybe throw 'dummy';?

Done.

Powered by Google App Engine
This is Rietveld 408576698