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

Issue 2252823004: Deal with synchronous errors in Future.wait. (Closed)

Created:
4 years, 4 months ago by floitsch
Modified:
4 years, 4 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Deal with synchronous errors in Future.wait. Synchronous errors are caught and piped into the returned future. This makes handling errors in Future.wait uniform. Fixes #23656 BUG= http://dartbug.com/23656 R=lrn@google.com Committed: https://github.com/dart-lang/sdk/commit/33b7b452525858c0d45e1773cd47dd39607f3aa1

Patch Set 1 #

Patch Set 2 : Update changelog. #

Total comments: 8

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -24 lines) Patch
M CHANGELOG.md View 1 1 chunk +7 lines, -0 lines 0 comments Download
M sdk/lib/async/future.dart View 1 2 1 chunk +43 lines, -24 lines 0 comments Download
M tests/lib/async/future_test.dart View 1 2 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
floitsch
4 years, 4 months ago (2016-08-17 19:54:37 UTC) #2
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/2252823004/diff/20001/sdk/lib/async/future.dart File sdk/lib/async/future.dart (right): https://codereview.chromium.org/2252823004/diff/20001/sdk/lib/async/future.dart#newcode315 sdk/lib/async/future.dart:315: // reach the line). change parenthesized comment to: ...
4 years, 4 months ago (2016-08-18 11:15:08 UTC) #3
floitsch
https://codereview.chromium.org/2252823004/diff/20001/sdk/lib/async/future.dart File sdk/lib/async/future.dart (right): https://codereview.chromium.org/2252823004/diff/20001/sdk/lib/async/future.dart#newcode315 sdk/lib/async/future.dart:315: // reach the line). On 2016/08/18 11:15:08, Lasse Reichstein ...
4 years, 4 months ago (2016-08-18 11:42:55 UTC) #4
floitsch
4 years, 4 months ago (2016-08-18 12:09:26 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
33b7b452525858c0d45e1773cd47dd39607f3aa1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698