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

Issue 292743019: Complete with error if Worker fails. (Closed)

Created:
6 years, 7 months ago by ahe
Modified:
6 years, 7 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 13

Patch Set 2 : Address Florian's comments #

Total comments: 2

Patch Set 3 : Merged with r36656 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -18 lines) Patch
M dart/sdk/lib/_internal/lib/isolate_helper.dart View 1 2 7 chunks +73 lines, -18 lines 0 comments Download
M dart/tests/isolate/isolate.status View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A dart/tests/isolate/spawn_uri_missing_from_isolate_test.dart View 1 1 chunk +42 lines, -0 lines 0 comments Download
A dart/tests/isolate/spawn_uri_missing_test.dart View 1 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ahe
The VM passes the test already.
6 years, 7 months ago (2014-05-22 13:32:03 UTC) #1
floitsch
LGTM once the spawning from workers is fixed. https://codereview.chromium.org/292743019/diff/1/dart/sdk/lib/_internal/lib/isolate_helper.dart File dart/sdk/lib/_internal/lib/isolate_helper.dart (right): https://codereview.chromium.org/292743019/diff/1/dart/sdk/lib/_internal/lib/isolate_helper.dart#newcode1012 dart/sdk/lib/_internal/lib/isolate_helper.dart:1012: if ...
6 years, 7 months ago (2014-05-22 14:17:38 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/292743019/diff/1/dart/sdk/lib/_internal/lib/isolate_helper.dart File dart/sdk/lib/_internal/lib/isolate_helper.dart (right): https://codereview.chromium.org/292743019/diff/1/dart/sdk/lib/_internal/lib/isolate_helper.dart#newcode1012 dart/sdk/lib/_internal/lib/isolate_helper.dart:1012: if (completer == null) throw 'no completer'; Agree, make ...
6 years, 7 months ago (2014-05-23 06:55:41 UTC) #3
ahe
Lasse, Florian, thank you for taking a look. Please take another look :-) https://codereview.chromium.org/292743019/diff/1/dart/sdk/lib/_internal/lib/isolate_helper.dart File ...
6 years, 7 months ago (2014-05-26 12:03:15 UTC) #4
floitsch
LGTM. https://codereview.chromium.org/292743019/diff/40001/dart/sdk/lib/_internal/lib/isolate_helper.dart File dart/sdk/lib/_internal/lib/isolate_helper.dart (right): https://codereview.chromium.org/292743019/diff/40001/dart/sdk/lib/_internal/lib/isolate_helper.dart#newcode928 dart/sdk/lib/_internal/lib/isolate_helper.dart:928: signalReply, (String message) => completer.completeError(message)); Just put completer.completeError ...
6 years, 7 months ago (2014-05-26 12:34:35 UTC) #5
Lasse Reichstein Nielsen
lgtm lgtm
6 years, 7 months ago (2014-05-26 12:51:03 UTC) #6
Lasse Reichstein Nielsen
lgtm
6 years, 7 months ago (2014-05-26 12:51:03 UTC) #7
ahe
6 years, 7 months ago (2014-05-27 09:33:02 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r36657 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698